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

translator fixes related to links, literals, and titles

Open wncm opened this issue 4 years ago • 0 comments

  1. Turn off escaping when inside of inline literals, same as with
block literals
  1. Strip only whitespaces in visit_desc_signature (sometimes it would strip a part of the signature - reproduced with autodoc classes).
  2. _refuri2http should 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.
  3. Add an option to insert anchors for every signature, right above the title.

wncm avatar Sep 15 '21 16:09 wncm