Chris Sewell

Results 1355 comments of Chris Sewell

Out of interest, what would you use these syntaxes for?

Thanks, Just to note, at the article level, using [front-matter](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#front-matter) is equivalent to using a field list at the start of a document, e.g. ```md --- author: Chris Sewell ---...

can you provide a minimal working of example of a file that causes this. (it may be related to https://github.com/executablebooks/MyST-Parser/issues/262)

also does this only happen for a translated document?

thanks, it looks to me that there is something weird going on with these translated texts, where the heading levels are messed up: For example I don't see why it...

> Note that, using the code in #303, the heading does appear in Spanish. indeed, but that is not addressing the root issue of the heading levels I'll have to...

So this is actually an upstream bug with the `Locale` transform: https://github.com/sphinx-doc/sphinx/blob/163c7bbdc12411818de1ce0204ff29cd911bcaf2/sphinx/transforms/i18n.py#L99, which in a number of places assumes that the parser is the reStructuredText one. In particular here, for...

> I think we can close the issue here, since it's a problem with upstream. I wouldn't close This though the nail the upstream issue has actually been closed: https://github.com/sphinx-doc/sphinx/issues/8852#issuecomment-778561279

No, not at present, all footnotes are gathered during parsing, then output at the end of the document in https://github.com/executablebooks/MyST-Parser/blob/877b80cd64cd254abe965b4cfb6b0c7abe2b29ab/myst_parser/docutils_renderer.py#L67

Do you have an example of the kind of outcome you are looking to achieve?