Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update markd subtree to v0.4.2 #11338

Merged

Conversation

straight-shoota
Copy link
Member

This pulls in the changes from markd https://github.com/icyleaf/markd/releases/tag/v0.4.2 and https://github.com/icyleaf/markd/releases/tag/v0.4.1 via git subtree.

The API for hooking into the HTML renderer has been improved and leads to less intrusive overrides and less code duplication.

Also fixes a bug with negative byte slice size.
Resolves #11323

NOTE: This PR must not be squashed in order for git subtree to pick up the changes correctly.

5e5a75d13 Merge branch 'master' of github.com:icyleaf/markd
04eb4c213 Merge pull request crystal-lang#44 from icyleaf/release/0.4.2
ba62a01be bump 0.4.2
5ad0b8e26 Merge branch 'master' of github.com:icyleaf/markd
0fd17140e Merge pull request crystal-lang#43 from icyleaf/hotfix/byte-slice-negative
d6c21f986 fix: avoids negative
276ad2b1f Merge branch 'master' of github.com:icyleaf/markd
5ed32aca8 Merge pull request crystal-lang#42 from Nephos/update-crystal120-uri-encode-warning
74b09257c chore: append Crystal 1.1 and 1.2 to test
7f674d146 fix: compatibility with Crystal version under 1.2
57c2dc63e Merge branch 'master' of github.com:icyleaf/markd
154f8935a crystal 1.2: update URI.encode (depreciation)
9cee410fe Merge pull request crystal-lang#41 from Nephos/feature-toc-fix
8b67caf4e Toc: finish table of content implementation
79e393712 Merge branch 'master' of github.com:icyleaf/markd
0748b2275 Merge pull request crystal-lang#40 from icyleaf/release/0.4.1
05a72ef9e bump v0.4.1
ac666f0d1 Merge branch 'master' of github.com:icyleaf/markd
f300c21a8 Merge pull request crystal-lang#38 from straight-shoota/feature/code_block_body-lang
e2baa3c9c Add `lang` parameter to to `HTMLRenderer#code_block_body`
673562747 Merge pull request crystal-lang#37 from straight-shoota/feature/html-renderer-hooks
57688ad8f Merge pull request crystal-lang#36 from straight-shoota/feature/options-doc
4daea0c7a Add HTMLRenderer code block body hooks
a00c2cadd Refactor HTMLRenderer code block languages
66dd48104 Make Options a class
531ca8685 Document options

git-subtree-dir: lib/markd
git-subtree-split: 5e5a75d13bfdc615f04cc7ab166ee279b3b996d3
…d-negative-count

Update markd subtree to v0.4.2
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@straight-shoota straight-shoota added this to the 1.2.1 milestone Oct 19, 2021
@straight-shoota straight-shoota merged commit 120f0ab into crystal-lang:master Oct 20, 2021
@straight-shoota straight-shoota deleted the feature/update-markd branch October 20, 2021 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: Negative count: -70 (ArgumentError)
2 participants