cmark

My personal build of CMark ✏️

Commit
650ad87f35f4405a2ca8270d2b2835daa442e5f1
Author
John MacFarlane <jgm@berkeley.edu>
Date

Initial commit

Diffstat

2 files changed, 27 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added .gitignore 23 23 0
Added README.md 4 4 0
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,23 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
diff --git a/README.md b/README.md
@@ -0,0 +1,4 @@
+stmd
+====
+
+a spec for "standard markdown," with matching C and javascript implementations