Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muan/jekyll-includes
Test case for indented includes tag issue
https://github.com/muan/jekyll-includes
Last synced: 27 days ago
JSON representation
Test case for indented includes tag issue
- Host: GitHub
- URL: https://github.com/muan/jekyll-includes
- Owner: muan
- Created: 2019-09-24T13:29:32.000Z (about 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-09-24T13:45:54.000Z (about 5 years ago)
- Last Synced: 2024-10-24T16:07:46.941Z (about 2 months ago)
- Language: HTML
- Homepage: https://muan.github.io/jekyll-includes/
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jekyll-includes
Test case for indented includes tag issue.`index.md` after include tags are parsed:
```md
- list
- list
strong tag
github
- list
- nested list
- list
div in a list, line break below
button
- list
```
The markdown list breaks because of the line breaks/injected HTML.