mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
MyST sites for communities may have a combination of content that is available to the public, as well as content that is only meant for the team. For sites that...
@roaldarbol this is a WIP, but I think you could try it out and see what else needs doing. I'm off this week, so I'll have little time to iterate....
Given that MyST is a web-server (or static project with `--html`), we should support the generation of redirects to handle renames. This might be a new set of site options...
## Description the myst documentation here https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#list-tables states that a `list-table` can have among others the following options - `stub-columns` - `width` but when trying to use them, with myst...
## Description It seems that a bug has been introduced in one of the latest versions, which means that the reference list is not produced when exporting to `docx`. ##...
## Proposal Add a comment system support in the html output like that in jupyter book. Or if it's not necessary in the main project of mystmd, can I build...
## Description Given the .bib entry: ```bibtex @article{test, author={Last Name, First}, journal={Computing in Science {\&} Engineering}, title={Thing \& Other thing}, year={3048}, volume={1}, number={1}, pages={1-2}, keywords={}, } ``` building tex/pdf with...
Currently the citations in the auto-generated bibliography on HTML don't have support for multiple styles. For example, changing between the citation styles of different journals. We should expose this functionality...
Building a PDF with the `plain_latex` template on a Mac Header: ``` --- title: Title! date: 2-2-3 exports: - format: pdf - template: plain_latex --- ``` Command: `myst build --pdf`...
Some communities want to version their documentation over time, or because their docs are attached to releases of software packages. For example, people are asking if there is a "version...