Skip to content

Commit

Permalink
Add known issue re: HTML parsing in remark
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Jan 5, 2016
1 parent 6f5b447 commit e71ec9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ converter('# Hello world[^2]!\n\n[^2]: A beautiful place.', {footnotes: true});
- remark's handling of lists will sometimes add a child paragraph tag inside the
`<li>` where it shouldn't exist - [Bug Ticket](https://github.com/wooorm/remark/issues/104)

- remark's handling of arbitrary HTML causes nodes to be split, which causes garbage and malformed HTML - [Bug Ticket](https://github.com/wooorm/remark/issues/124)

MIT

0 comments on commit e71ec9f

Please sign in to comment.