cmark-gfm
cmark-gfm copied to clipboard
GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Potential fix for [https://github.com/github/cmark-gfm/security/code-scanning/5](https://github.com/github/cmark-gfm/security/code-scanning/5) The best fix is to add a `permissions:` block specifying least privilege, i.e., `contents: read`, at the root of the workflow file just below the `name:`...
## Workflow permissions improvement There are **1 workflow file** that are currently lacking explicit permissions ### Affected Workflow Files The following workflow files need permissions to be explicitly defined: -...
`version 587a12b` It seems the addlibrary in project cmake file is missing the PUBLIC include part, causing target_link_libraries could not properly resolve the header files properly. Example target_link_libraries (good practice...
Autolink recognizes only ASCII punctuation as a terminator of the range. It is incompatible with Chinese and Japanese. ```md ASCII parenthesis (https://example.com) 全角カッコ(https://example.com) See https://example.com. 参见https://example.com。 ``` There are some...
This pull request introduces a new feature to enable deep copying of a `cmark_parser` object, allowing the creation of independent parser forks.
I have created a pull request in vcpkg to onboard cmark-gfm: https://github.com/microsoft/vcpkg/pull/45440. Could you help to review on the changes and naming of extensions.