[ocaml-infra] markdown in "pure" OCaml

Philippe Wang philippe.wang at cl.cam.ac.uk
Wed Aug 7 13:58:16 BST 2013


On 25 Jul 2013, at 22:33, Philippe Wang <philippe.wang at cl.cam.ac.uk> wrote:

> On Jul 25, 2013, at 17:01 PM, Sebastien Mondet <sebastien.mondet at gmail.com> wrote:
> 
>> PS: Just one detail-ish comment:
>> if you follow Github flavor of markdown please make their stupid handling of newlines [gfm_newlines] optional in some way.
> 
> I didn't think it was stupid, but ok. That should only have a (relatively) small (and simple) impact on the code.

Lately I realised that there are actually two markdown render engines on github: the one that is officially "GFM" (github flavoured markdown), which is used for issues, comments and pull requests, and the other one, which is somehow closer to standard markdown, that is used to render .md files in repos when you click on them (e.g., any .md file in https://github.com/pw374/sandbox/).

So I've decided that by default, omd should do standard markdown newlines, not GFM's.

>> [gfm_newlines]: https://help.github.com/articles/github-flavored-markdown#newlines




More information about the Infrastructure mailing list