Allow Markdown in author bio (#2215)
* enable markdown in author bio added the markdownify liquid filter * Add markdown to bio in _config.yml * add markdown to bio in /test/ _config.yml * Change <p> to <div>
This commit is contained in:
@@ -96,7 +96,7 @@ analytics:
|
||||
author:
|
||||
name : "Your Name"
|
||||
avatar : "/assets/images/bio-photo.jpg"
|
||||
bio : "I am an amazing person."
|
||||
bio : "I am an **amazing** person."
|
||||
location : "Somewhere"
|
||||
links:
|
||||
- label: "Your Website"
|
||||
|
||||
Reference in New Issue
Block a user