Skip to content

Commit 7b7d74f

Browse files
committed
🚀 RELEASE: v0.12.2
1 parent 7d3539d commit 7b7d74f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change log
22

3+
## 0.12.2 - 2020-25-08
4+
5+
✨ NEW: Add the `eval-rst` directive
6+
7+
This directive parses its contents as ReStructuredText, which integrates back into the rest of the document, e.g. for cross-referencing. See [this documentation](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#how-directives-parse-content) for further explanation.
8+
9+
In particular, this addition solves some outstanding user requests:
10+
11+
- How-to [include rST files into a Markdown file](https://myst-parser.readthedocs.io/en/latest/using/howto.html#include-rst-files-into-a-markdown-file)
12+
- How-to [Use sphinx.ext.autodoc in Markdown files](https://myst-parser.readthedocs.io/en/latest/using/howto.html#use-sphinx-ext-autodoc-in-markdown-files)
13+
14+
Thanks to [@stephenroller](https://github.com/stephenroller) for the contribution 🎉
15+
316
## 0.12.1 - 2020-19-08
417

518
✨ NEW: Add `myst_commonmark_only` config option, for restricting the parser to strict CommonMark (no extensions).

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.1"
1+
__version__ = "0.12.2"
22

33

44
def setup(app):

0 commit comments

Comments
 (0)