When using Jekyll data files, I would like to save the formatted description, first of all, to the fact that I can have links. It works with HTML.
- name: Project name description: > I want to include a <a href="http://foobar.com">link</a>
This displays correctly on the generated page when included in {{ project.description }} .
Can markdowns be used instead of HTML? I would prefer to do this:
- name: Project name description: > I want to include a [link](http://foobar.com)
user879121
source share