github-flavored-markdown-to-html icon indicating copy to clipboard operation
github-flavored-markdown-to-html copied to clipboard

Convert markdown to HTML using the GitHub API and some additional tweaks with Python. Comes with full formula support and image compression.

Results 22 github-flavored-markdown-to-html issues
Sort by recently updated
recently updated
newest added

Exactly what the title says. Also, I should add this to the "catch your warnings yourself if you want them to be errors"-section of the README.

enhancement

Hi, so glad to find this project! I use Dynalist.io/ quite a bit and used to use Fargo and Workflowy (or LoqSeq). I want this same functionality in my own...

So I pip installed this and have been trying to convert a .md to pdf. On windows, FYI. `python3 -m pip install gh-md-to-html[pdf_export]` `python3 -m pip install gh-md-to-html[offline_conversion]` I then...

I've just discovered this tool and I need it to get my school notes up and running, but I've run into an error which I can't make sense of. This...

There currently is `license=LICENCE.txt` but there should be something like `license=MIT`.

**Goal** The documentation [states](https://github.com/phseiff/github-flavored-markdown-to-html/blob/d4a0e24ca8e1ca5954146a1bfd99a103655562e9/README.md?plain=1#L174): > * **Some common use cases**: > ... > * **having everything in one file**: use `-i -c` to have everything in one file. This is...

Great tool, love it for giving users an option for simple automatic pages... you support LaTeX, which is awesome, but I'm wondering if you could possibly also handle mermaid through...

When the pass of the html is made for "add correct id to all headings" it duplicates the id used on the anchor tag and uses that in the heading...

Hi, I could not find any info on this, but simple markdown tables like | cell 1 | cell 2 | | cell 3 | cell 4 | are not...

With emoji python3 module version >= 2.0.0 I get the following error ``` Traceback (most recent call last): File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib64/python3.9/runpy.py",...