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

Export cmark_is_inline, cmark_is_block, cmark_is_leaf. #562

Merged
merged 2 commits into from
Sep 6, 2024

Commits on Sep 3, 2024

  1. Export cmark_is_inline, cmark_is_block, cmark_is_leaf.

    [Non-breaking API change]
    jgm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e1b44d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Rename functions.

    cmark_is_block -> cmark_node_is_block
    and similarly for cmark_is_leaf, cmark_is_inline
    jgm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    164d9e4 View commit details
    Browse the repository at this point in the history