Please add Liquify plugin to Github Pages.
Open
- Dominant language
- Ruby
- Stars
- 1.9k
- Forks
- 360
- PR merge metrics
- No merged PRs in 30d
Description
Liquify parses liquid contained in your markdown files.
```liquid
{{ topic.content | markdownify | liquify}}
```
It is a very powerful way to generate static Jekyll sites, as you can use HTML + liquid for templating, Markdown for text, and your _config.yml file for global variables, and have them available for use in Markdown. This allows you to have key things like website links, download links, contained in one location and never repeated.
https://github.com/vividh/liquify
Cheers
Contributor guide
Assessment
This issue has not been assessed yet.