diff --git a/README.md b/README.md index 4e11aea..2778dc7 100644 --- a/README.md +++ b/README.md @@ -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 `
  • item
  • ` instead of `
  • item

  • `), tables, and CDATA sections (``). +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 `
  • item
  • ` instead of `
  • item

  • `), and tables. Character entities, such as `é` and `é`, only expand correctly in UTF-8 locales.