Skip to content

Releases: intelkevinputnam/sphinx-md

Version 0.0.3

24 Aug 20:03
711dd38
Compare
Choose a tag to compare
  • adds the ability to process some kinds raw HTML in a markdown file into Docutils objects (requires Beautifulsoup). Set sphinx_md_processRaw=True to enable the feature. Useful for when you need to publish to targets other than HTML.
    • tables (does not currently handle spans)
    • images
    • paragraphs
    • changes "hidden" tag to comment in docutils.

Version 0.0.2

08 Apr 21:36
Compare
Choose a tag to compare
  • Minor fix for issue that caused exception when resolving links in .rst files.
  • Small improvement to documentation.