Skip to content

Releases: executablebooks/markdown-it-py

Minor Update

Choose a tag to compare

@chrisjsewell chrisjsewell released this 30 Mar 00:50
v0.4.4

bump version

Fix and add test for myst block token

Choose a tag to compare

@chrisjsewell chrisjsewell released this 29 Mar 08:18
v0.4.3

Fix and add test for myst block token

Fix Front Matter Line Number Record

Choose a tag to compare

@chrisjsewell chrisjsewell released this 29 Mar 07:33
v0.4.2

Fix line position record of front matter

Minor Update

Choose a tag to compare

@chrisjsewell chrisjsewell released this 28 Mar 15:23
v0.4.1

bump version

Fix CommonMark spec failures

Choose a tag to compare

@chrisjsewell chrisjsewell released this 28 Mar 12:42

Mainly backslash escape rules for link URLs and titles

Improve Documentation

Choose a tag to compare

@chrisjsewell chrisjsewell released this 28 Mar 05:24
v0.3.3

bump version

Improve texmath plugin

Choose a tag to compare

@chrisjsewell chrisjsewell released this 27 Mar 13:18
v0.3.2

Update math tests and only allow matches starting from beginning posi…

Minor update

Choose a tag to compare

@chrisjsewell chrisjsewell released this 27 Mar 10:19
v0.3.1

Update myst_target regex pattern to include more characters

Fix porting issue

Choose a tag to compare

@chrisjsewell chrisjsewell released this 27 Mar 07:22
v0.3.0

Fix a porting typo, causing infinite while loop for footnote blocks

Allow Passing keyword arguments to `MarkdownIt.use`

Choose a tag to compare

@chrisjsewell chrisjsewell released this 27 Mar 03:25
v0.2.3

Allow parsing keyword argument to plugin loading