sphinx-markdown-builder
sphinx-markdown-builder copied to clipboard
translator fixes related to links, literals, and titles
- Turn off escaping when inside of
inline literals, same as with
block literals
- Strip only whitespaces in
visit_desc_signature(sometimes it would strip a part of the signature - reproduced with autodoc classes). _refuri2httpshould be able to process links consisting of only the anchor (refid), like#some-title-on-the-same-page. Before this fix it would return an empty string as a URL.- Add an option to insert anchors for every signature, right above the title.