gfm icon indicating copy to clipboard operation
gfm copied to clipboard

[Archived] GitHub Flavored Markdown in Python

Results 3 gfm issues
Sort by recently updated
recently updated
newest added

`gfm` does not parse the language information correctly for code blocks: `````` ```python print('Hello World') ``` `````` becomes ``` html python\nprint('Hello World') ``` Where it should be ``` html \nprint('Hello...

The input `x\ny` should produce the output `x\ny`, but it instead produces `x\ny`. The inner `` is incorrect; a `` should only be inserted if the previous line ends with...

Hi, The github markdown also includes the conversion of urls to clickable links. gfm seems not to do it, or im doing something wrong, do i? Python 2.7.5+ (default, Feb...