[Github-comments] [geany/geany-plugins] Markdown: replace Discount and PEG Markdown with CMark (#747)

Matthew Brush notifications at xxxxx
Fri May 25 23:41:09 UTC 2018


codebrainz commented on this pull request.



> @@ -0,0 +1,43 @@
+if MD_BUILTIN_CMARK
+
+noinst_LTLIBRARIES = libcmark.la
+
+libcmark_la_SOURCES = \
+	blocks.c \
+	buffer.c \
+	buffer.h \
+	chunk.h \
+	cmark.c \
+	cmark_ctype.c \
+	cmark_ctype.h \
+	cmark.h \

Sorry, I made a typo with the `.in` suffix, it's just `cmark_export.h` and I have no clue where it comes from, it's not [in the sources](https://github.com/commonmark/cmark/tree/0.28.3/src), I can only suppose that it's entirely generated from CMake, but I couldn't stomach reading that horrid language.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/747#discussion_r191030710
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180525/6a19822d/attachment.html>


More information about the Github-comments mailing list