sphinx-markdown-builder
sphinx-markdown-builder copied to clipboard
DISCONTINUED: sphinx builder that outputs markdown files. The active version of this project is now being maintained at liran-funaro/sphinx-markdown-builder.
A paragraph maybe child of a table entry or list item, we should not add newline in these cases. See commit message and comments of code. ## Table ### rST...
I had sent mail to you but get no response, so I file issue here :) --- Hello clayrisser, I am a power Sphinx user[1] and I wrote many Sphinxextensions[2]....
This .rst: ``` Simple Lists ------------ - Item 1 - Item 2 - Item 3 ``` is output as: ``` # Simple Lists * Item 1 * Item 2 *...
I think I would like to eventually deprecate `doctree2md.py`. Below are a few reasons for this thought. * doctree2md.py was never fully finished (there are major features missing) * doctree2md.py...
Right now installing the package will also install `yapf`. I believe this is not intended as it's only used for development.
toctree outputs a list, but to stay in the same style as html build it should really include links to the appropriate md file.
Tables (grid-like or list-table) in reST become mangled in Markdown.
rst table construction: ``` .. table:: Тест ====== ============================================================================== х1 x2 ====== ============================================================================== d1 d2 d4 d5 d6 ====== ============================================================================== ``` converted to wrong syntax ``` . . . |...
1. Turn off escaping when inside of `inline literals`, same as with ``` block literals ``` 2. Strip only whitespaces in `visit_desc_signature` (sometimes it would strip a part of the...
Hi! This project is amazing. :smiley: I'm looking forward to build all manuals I need to markdown to read them and consult them within [Obsidian](https://obsidian.md/), but I'm having some issues...