Martin Mitáš
Martin Mitáš
(Copied from #54.) I wanted to ask how to change the color of the divisions, in some screens of laptop and monitors is not well distinguished, it would be nice...
(from https://github.com/mity/md4c/issues/136, to make one report per individual issue) [Example 203](https://github.github.com/gfm/#example-203): Number of header columns must match the columns in the delimiter row. ```Markdown | abc | def | |...
So far we have not allowed the interruption in order to be compatible with [cmark-gfm](https://github.com/github/cmark-gfm). But https://github.com/github/cmark-gfm/issues/141 shows it has been considered a bug rather than an intended feature. (However...
***Disclaimer:** This is work in progress. Anything here can be changed anytime. You have been warned.* WinDrawLib already supports simple string rendering. This PR is about more advanced text rendering,...
This fixes https://github.com/miloyip/nativejson-benchmark/issues/102#issue-304171553 (the issue in the 1st post there.)
PR to add [Centijson](https://github.com/mity/centijson).
Precedence rules of inline marks are spread over whole part 6 of the specification. E.g. in [the chapter 6.4 about emphasis and strong emphasis](http://spec.commonmark.org/0.27/#emphasis-and-strong-emphasis): > Inline code spans, links, images,...
(Original discussion here: https://talk.commonmark.org/t/backslash-escapes-inside-link-destinations/2312) Consider various spans where link destination can appear: ``` [link](http:\*) [link]() [refdef]: http:\* [refdef]: ``` Currently (0.27), backslash-escapes do not work inside autolinks, but they do...
(Distilled from https://github.com/raphlinus/pulldown-cmark/issues/287) If the following is followed by `\n` or EOF, is it a valid link reference definition, or not? ``` [foo]: url\ ``` That raises two questions: 1....
Cmark and MD4C currently render ``` Markdown * foo * * bar ``` as ``` HTML foo bar ``` Current spec wording does not imho cover this case at all....