From f7870cc066e333b08cc09d8775f0c1182454cc7a Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 31 Jul 2021 23:26:18 +0000 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..df49133 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# markdown.zig + +An experimental Markdown parser focused on being extensible and simple (to understand).