Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
E.g. with a paragraph followed immediately by a list item with
no content.
|
|
|
|
|
|
|
|
This needs to be rendered `*_x_*` rather than `**x**`.
|
|
Use the minimum number of backticks as delimiter, and include
a space only if needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that width is automatically set to 0 if CMARK_OPT_HARDBREAKS
is specified.
|
|
This controls column width for hard wrapping. By default it is
0, which means that no wrapping will be done.
Added a width parameter in `cmark_render_commonmark`.
|
|
We ensure that we use one more backtick then the longest backtick
string in the code.
|
|
|
|
* Use indented code block if no info.
* Print info string on fenced blocks.
|
|
|
|
|
|
This is still incomplete. (See TODOs in the source.)
|