Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.