rst-to-myst icon indicating copy to clipboard operation
rst-to-myst copied to clipboard

Convert ReStructuredText to MyST Markdown

Results 27 rst-to-myst issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.8.0](https://github.com/psf/black/compare/23.7.0...24.8.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.1)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Updates the requirements on [docutils](https://docutils.sourceforge.io/) to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...

dependencies
python

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 7.4.0 pytest 7.4.0 (2023-06-23) Features #10901: Added ExceptionInfo.from_exception() <pytest.ExceptionInfo.from_exception>{.interpreted-text role="func"}, a simpler way to...

dependencies
python

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. v7.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 7.0.1 (released May 12, 2023)...

dependencies
python

Updates the requirements on [markdown-it-py](https://github.com/executablebooks/markdown-it-py) to permit the latest version. Release notes Sourced from markdown-it-py's releases. v3.0.0 Release ⚠️ This release contains some minor breaking changes in the internal API...

dependencies
python

Replace `click.Path` with the click-path `GlobPath` to have the CLI work as intended in the readme.

### Describe the problem Sphinx uses docinfo blocks to include information like author name or date. When these are converted from reST to MyST they become front-matter, but these isn't...

bug

These are notes from converting the documentation of the https://github.com/jupyterhub/zero-to-jupyterhub-k8s project. I just wrote that came to mind along as I used it for the first time with no prior...

enhancement

### Describe the problem The way `rst2myst` translates [rst substitutions](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#substitution-definitions) to Markdown does not seem to work properly. So far 2 inconsistencies have been identified: 1. `rst2myst` relies on [MyST...

bug