sphinx-markdown-builder icon indicating copy to clipboard operation
sphinx-markdown-builder copied to clipboard

Missing Markdown Features

Open clayrisser opened this issue 6 years ago • 9 comments

I'm using Matthew Brett's doctree2md to actually do the conversion.

His markdown writer is a great start, but certainly not complete.

In this issue, please list any markdown features that are broken, missing, or incomplete.

If the community would star the features they most want, that will help me prioritize which ones to tackle first.

clayrisser avatar Nov 29 '18 22:11 clayrisser

Thanks for developing this, I've been looking for a project like this for a long time.

The markdown features that I would be most interest in are, "topic", "option_list", "raw" and "desc".

utf avatar Dec 19 '18 20:12 utf

I just added support for markdown tables created from https://pypi.org/project/sphinx-markdown-tables

clayrisser avatar Jan 25 '19 12:01 clayrisser

I just added support for inline html

clayrisser avatar Jan 25 '19 12:01 clayrisser

I've got warnings over the following elements not being supported yet in markdown (almost certainly related to #5 with napoleon): "classifier", "seealso", "citation", "autosummary_toc", as well as "caption".

Liam-Deacon avatar Feb 19 '19 23:02 Liam-Deacon

Thanks @Lightslayer, I'll try and look into this sometime this week.

clayrisser avatar Feb 21 '19 07:02 clayrisser

Hey, great tool, started using it recently.

My suggestion would be: WARNING: The autosummary_toc element not yet supported in Markdown.

Example output: image

Compared to the RTD rendering in html: image

danielloader avatar May 20 '20 08:05 danielloader

@danielloader thanks for this information. Also contributions are most welcome.

clayrisser avatar May 20 '20 18:05 clayrisser

Support is missing for referencing a document with these elements:

:doc:`label <some_page>`
:ref:`label <some_page>`

pmatulis avatar Jan 05 '21 22:01 pmatulis

@pmatulis thanks for documenting this. I do not have time to add support for that at this moment, but a pull request is welcome.

clayrisser avatar Jan 08 '21 01:01 clayrisser

DISCONTINUED: This project is no longer maintained. The active version of this project is now being maintained at liran-funaro/sphinx-markdown-builder.

clayrisser avatar Jun 24 '23 21:06 clayrisser