Günter Milde
Günter Milde
Considering the fact that the HTML5 standard conflates `` and `` (https://html.spec.whatwg.org/multipage/obsolete.html#acronym), the Sphinx LaTeX writer could look to `visit_abbreviation()` for inspiration.
+1 on this not beeing a Sphinx issue (but the standard way browsers handle tool tips) -1 on not mentioning the `abbr` directive role in the Sphinx documentation. It can...
There is one problem, though, with using the :abbr: or :ac: role for semantic markup: When writing the expansion in the main text (in parentheses) like in ~~~rst A network...
A fix should be possible after Docutils commit [[r10223]](https://sourceforge.net/p/docutils/code/1022), which adds access to the parent state machine to nested state machines. See the tests and analysis in [[r10222]](https://sourceforge.net/p/docutils/code/10222/). To go...
Tests with Docutils HEAD work again after Docutils commit [[r10226] rST parser: restore backwards compatibility ...](https://sourceforge.net/p/docutils/code/10226/). Confirmed with a minor change to a function docstring in https://github.com/sphinx-doc/sphinx/pull/13857/checks
There is a known difficulty with Japanese (and other languages that don't use whitespace to separate words) and Docutil's [inline markup recognition rules](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules) 6. and 7. > sphinx/locale/ja/LC_MESSAGES/sphinx.po:4083 NG: msgstr...
> The online help documents in the wiki namespace “help-en” should always be updated via the MoinWiki frontend to avoid inconsistent metadata. Alternative workflow: Update the help file in the...
Additional problem: ### How to load updated help docs into an existing wiki? A local wiki, which I set up in Oktober has a set of pages to test current...
@RogerHaase Some formats prevent links to non-registered URI schemes while Markdown happily links to all given URIs - including silly and dangerous ones like `javascript:`. Should this be considered a...
Besides the PR I also created a test page: ~~~moin = URI scheme whitelist = Moin implements a whitelist of approved URI schemes. The implementation is inconsistent, though: * Link...