Skip to content

Tags: markdoc/markdoc

Tags

0.5.4

Toggle 0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incorrectly escaped angled brackets (#583)

* Fix incorrectly escaped angled brackets

* 0.5.4

0.5.3

Toggle 0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update formatter regex for list items and headings (#582)

Fixes a small bug with the markdoc formatter where certain strings were incorrectly escaped as markdown characters. For example `#not a heading` would get escaped as `\#heading` or `*Not a list item` would get escaped to `\*Not a list item` when they should be maintained. Both `>blockquote` and `> blockquote` are valid blockquotes.

[Commonmark playground to demonstrate examples](https://spec.commonmark.org/dingus/?text=%23%20is%20a%20heading%0A%0A%23%23is%20not%20a%20heading%0A%0A-%20is%20a%20list%20item%0A%0A-is%20not%20a%20list%20item%0A%0A%3Eis%20a%20blockquote%0A%0A%3Eis%20also%20a%20blockquote)

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update package.json (#562)

Bump the version to 0.5.2

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update (#546)

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump to 0.5.0 (#543)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes th width property to string type in schema (#472)

* Changes th width property to string type in schema

* Updates version to 0.4.0

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix table cell widths in formatter (#463)

* Compute widths of columns independently

* Bump version

* package.json

* 0.3.5

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes variable resolution for slots (#457)

* Fixes issue variable resolution for slots

* Increments the version to 0.3.4

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds support for dropping location information in `parse` function (#455

)

* Adds support for dropping location information in `parse` function

* Prettier

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix conflict between parent validation and function validation (#441)

* Fix conflict between parent validation and function validation

* Increment version