Skip to content

Commit

Permalink
Removed CDATA from the ‘limitiations’ section.
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-github committed May 16, 2024
1 parent 1df7401 commit 0ac4831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The former is provided by the function `markdown::to_inline_html()`, the latter

## Limitations

The code does not currently implement ‘setexts headings’ (headings that are underlined instead of prefixed with one or more ‘#’ characters), ‘tight lists’ (lists where the generated HTML looks like `<li>item</li>` instead of `<li><p>item</p></li>`), tables, and CDATA sections (`<!CDATA[...]>`).
The code does not currently implement ‘setexts headings’ (headings that are underlined instead of prefixed with one or more ‘#’ characters), ‘tight lists’ (lists where the generated HTML looks like `<li>item</li>` instead of `<li><p>item</p></li>`), and tables.

Character entities, such as `&eacute;` and `&#233;`, only expand correctly in UTF-8 locales.

Expand Down

0 comments on commit 0ac4831

Please sign in to comment.