Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.07 KB

README.rst

File metadata and controls

25 lines (15 loc) · 1.07 KB

Until v1, this branch won't be updated often. Check out the dev (source) branch or the tags for active code.

References

As it turns out, embedding an inline literal inside a link is impossible using basic configuration and easily accessible SO results. So, rather than being able to duplicate Markdown links:

[`.editorconfig`](source <http://editorconfig.org/)

I have to print the literal followed by the link

``.editorconfig``: `source <http://editorconfig.org/>`__

(Don't get me started on trying to inline an inline literal.)