cmark-gfm icon indicating copy to clipboard operation
cmark-gfm copied to clipboard

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

Results 117 cmark-gfm issues
Sort by recently updated
recently updated
newest added

Tested make in final container and found to be working. @anticomputer , tagging you since you seem to be the recent active contributor with enough merge rights.

It seems that GitHub, for user convenience, automatically parses **regular line breaks** as **hard line breaks** in issues, discussion and pull request comments (see https://github.com/orgs/community/discussions/16925?sort=new#discussioncomment-6507284). For repository markdown files, however,...

This is an issue I noticed with markdown on Github.com. I do not know if it is also an upstream issue. I also opened a [discussion](https://github.com/orgs/community/discussions/61110) in the GitHub community....

e.g. ``` commonmark.c:146:21: warning: implicit conversion loses integer precision: 'bufsize_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] realurllen = url->len; ~ ~~~~~^~~ commonmark.c:243:16: warning: implicit conversion loses integer precision: 'bufsize_t' (aka...

Initial checklist I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) I searched [issues](https://github.com/search?q=user%3Aremarkjs&type=Issues) and couldn’t find anything (or linked relevant...

Sometimes a document will contain text that looks like this: ``` Software version: 20230101. ``` Currently cmark-gfm will output the following: ``` ``` This isn't what the author had intended....

See discussion in https://github.com/laurent22/joplin/issues/7858, https://github.com/markdown-it/markdown-it/pull/767. There is a parsing ambiguity in the following code: ``` a | b - | - 1 | 2 ``` It can be interpreted as...

The cmark library is available for c/c++ package manager vcpkg, see [here](https://github.com/microsoft/vcpkg/issues/18931). It would be great if cmark-gfm was added to vcpkg, as gfm adds lots of interesting features, and...

- Fix follow bug on MSVC that supports Unicode: 1>D:\Source\cmark-gfm\src\html.c(1,1): error C2220: 以下警告被视为错误 1>D:\Source\cmark-gfm\src\html.c(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 - Fix export cmake config bug: See https://cmake.org/cmake/help/v3.26/command/find_package.html?highlight=find_package#search-modes

```markdown [^:] [^:]: a ``` Yields: ```html 1 Footnotes a ↩ ``` Yields: [^:] [^:]: a --- Expected: `