Chris Sewell
Chris Sewell
As with #322, this seems to be something to be an issue specific to https://github.com/michaeljones/breathe and the way it works in registering directives: https://github.com/michaeljones/breathe/blob/4ce8c7a0d79f79f0ae3e7c7fbaa9c4fbb5c84888/breathe/directives.py#L564-L573 There is usually just a simple...
ah good to hear π it would be nice to get to the bottom of why breathe seems to "break" myst-parser, but indeed for anything like this `eval-rst` is always...
> Regarding CI configuration: If you go to Settings -> Branches -> Status Dude, I set all these GitHub actions across EBP, I know how to manage them π I...
Oh yeh no worries, I'll look at this stuff soonish π
If you want to fix the conflicts, then we can re-look at this cheers
Any thoughts @jpmckinney, as I know you did a lot of work on translations?
Thanks. Yeh I'd never heard of mdx, until now, so I'll check it out π
hey @arwedus ,have you seen https://myst-parser.readthedocs.io/en/latest/syntax/optional.html?highlight=anchor#auto-generated-header-anchors? This specifically creates GitHub style anchors
> Instead, myst parser includes the HTML code in the heading anchors slug Heya, yes the inclusion of the HTML code comes from: https://github.com/executablebooks/mdit-py-plugins/blob/855067ea167d90d5f66075ad124c206d9a1bf959/mdit_py_plugins/anchors/index.py#L82 Which, in turn, comes from: https://www.npmjs.com/package/markdown-it-anchor,...
> The manually added anchor slugs also do not work and these links produce nasty warnings the problem with allowing these, is that they would only work for HTML output,...