MarkdownToMedium icon indicating copy to clipboard operation
MarkdownToMedium copied to clipboard

Python code block gist format

Open nocibambi opened this issue 6 years ago • 2 comments

When parsing a python code block, it generates a gist with .python format. However, Medium does not recognize this, so currently, I need to rewrite the format to .py by hand to make syntax highlighting to work.

image

image

nocibambi avatar Oct 30 '19 13:10 nocibambi

I just bumped into the same problem with .python and .shell extensions. Any chance the correct extensions could be automatically detected, so it would save some manual renaming?

switowski avatar Sep 24 '20 15:09 switowski

PR for .python fix #30