Skip to content

Commit 443b49b

Browse files
authored
Update README.md
1 parent d4ab3cd commit 443b49b

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
@@ -21,7 +21,7 @@ You could, of course, call an external program from your Awk script to convert m
2121
The former is provided by the function `markdown::to_inline_html()`, the latter by the function `markdown::to_text()`.
2222

2323
## Limitations
24-
The code does not (yet?) implement ‘setexts headings’ (headings that are underlined instead of prefixed with one or more ‘#’ characters) and ‘tight lists’ (lists where the generated HTML looks like `<li>item</li>` instead of `<li><p>item</p></li>`).
24+
The code does not (yet?) implement ‘setext headings’ (headings that are underlined instead of prefixed with one or more ‘#’ characters) and ‘tight lists’ (lists where the generated HTML looks like `<li>item</li>` instead of `<li><p>item</p></li>`).
2525

2626
## Bugs
2727
Probably.

0 commit comments

Comments
 (0)