-
Hello, we want to upgrade this package to the latest version, but it seems that you added a new dependency that is causing a conflict with one other package that we use (swift-markdown-ui).
This i…
-
I know I closed this issue the other day but It is still happening. I can confirm that it is a 5.10.1 issue. I can say it works fine for 508.0.0 and for the 'main' branch I am getting the same error b…
-
Hi Paul, I'm deploying my website on `Netlify`, but it gave me below compiling error when installing dependency Ignite. Is this Swift version specific issue? My build is OK in my local machine with Sw…
-
The files cmark-gfm files [registry.h](https://github.com/github/cmark-gfm/blob/master/src/registry.h) and [parser.h](https://github.com/github/cmark-gfm/blob/master/src/parser.h) are referenced from …
-
Markdown Editor does not support emojis, I mean:
`:smile:` is not rendered to :smile:
Please could you enable it?
Thanks in advance!
-
Attempting to compile xgovw fails.
Looks like this inner dependency repository has been deleted: https://github.com/kivikakk/cmark-gfm
It is a submodule in this dependency: https://github.com/S…
d13co updated
6 months ago
-
The guide says
> In addition to the base CommonMark language, it supports tables, task lists, strikethrough, footnotes, admonitions, and LaTeX-style math from GFM.
But I can't find any documenta…
ulab updated
2 months ago
-
The alerts that display on the main page of the repository are not displaying properly on PyPI
GitHub: https://github.com/tektronix/tm_devices
PyPI: https://pypi.org/project/tm-devices/
-
Folks, what do you think about replacing the bindings for [cmark-gfm](https://github.github.com/gfm/) instead?
It has some extensions, like tables, which we could leave disabled by default. This me…
-
After cmark_gfm_core_extensions_ensure_registered() is called, how should we unregister these plugins and free allocated memory?