From 2da97a45c6976fc75a71a18c07943bc813266a40 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 3 Aug 2020 10:26:18 +0200 Subject: [PATCH] Add README and update .gitignore --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 96ef6c0..408b8a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +.idea \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3662b52 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# AsciiMath + +This project aims to implement a fully functional AsciiMath parser for rust. +It's part of the [snekdown](https://github.com/trivernis/snekdown) parser project. + +See [the spec](http://asciimath.org/). \ No newline at end of file