Skip to content

A Sphinx extension that supports turning Markdown-style links into RST links

Notifications You must be signed in to change notification settings

ericholscher/sphinx-markdown-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Markdown Transform

A Sphinx extension that supports turning Markdown-style links into RST links:

[Link](Target)

Is transformed into:

`Link <Target>`_

That is the only transformation currently supported. If you care about other syntax, feel free to add it.

Install

pip install git+https://github.com/ericholscher/sphinx-markdown-transform#egg=sphinx-markdown-transform

Then in your Sphinx conf.py:

extensions += ['markdowntransform']

About

A Sphinx extension that supports turning Markdown-style links into RST links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages