Denis Bitouzé
Denis Bitouzé
> Heya, is there a reason that you cannot just type emojis directly into the text? I have done this plenty in https://myst-parser.readthedocs.io/en/latest/ without issue One reason is that it...
>The quirk is, you may have to search with the Unicode name, not the short codes, which are non-standard. Short codes, though non-standard, are easier to remember. E.g. `:wink:` vs...
> [...] > > then in each file you would add at the top > > ``` > {{ prolog }} > ``` Not ideal when you have about thousand...
Any progress on the current issue?
Perhaps you could ask the team who manage the translation of `sphinx-rtd-theme` on Transifex for help. I have no idea how to go about it but, if you decide to...
But isn't `\NewDocumentCommand {\myverb} { v } {#1}\myverb{--all}` supposed to behave as `\verb|--all|`?
Currently, I've no idea on how `l3cctab` works and how it could be helpful for the current issue but I am really interested :)
> Are you getting these at build time of your documentation? No. [Here](https://github.com/pydata/pydata-sphinx-theme/files/14121377/test-pst.tar.gz) is a very minimal (built) project that triggers these warnings (with `Firefox 122.0` (64 bits) on `GNU/Linux`...
Does it work better with `[link](/1.md#title1-target)` (without the leading dot)? Moreover, no need for the anchor `(title1-target)=`: `[link](/1.md)` is enough. BTW, please put your code into ```` ``` ``` ````:...
... and [3 lines below](https://github.com/executablebooks/MyST-Parser/blob/ebf989fdae10c68dfbd3dcdfec4b86259b810cd9/docs/syntax/tables.md?plain=1#L127), “admonition” should be replaced by “table”.