Skip to content

Commit 0ac4831

Browse files
committed
Removed CDATA from the ‘limitiations’ section.
1 parent 1df7401 commit 0ac4831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The former is provided by the function `markdown::to_inline_html()`, the latter
2222

2323
## Limitations
2424

25-
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[...]>`).
25+
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.
2626

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

0 commit comments

Comments
 (0)