From df08a3f430bf7727921873ab262294a054e2ae7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 17 Oct 2016 19:09:01 +0200 Subject: Initial commit This is still very much in a proof of concept state, though the project should be in a good enough state that future additions are relatively painless. Text formatting nodes are not using the proper form in the AST at the moment. They should not be relied upon just yet. --- README.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.asciidoc (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc new file mode 100644 index 0000000..8e06e2c --- /dev/null +++ b/README.asciidoc @@ -0,0 +1,12 @@ += Asciideck + +Asciidoc for Erlang. + +The `asciideck` project aims to provide a parser for Asciidoc +files returning an abstract syntax tree that can be further +manipulated or used to convert documents to different formats. + +== Getting help + +* Official IRC Channel: #ninenines on irc.freenode.net +* http://ninenines.eu/services[Commercial Support] -- cgit v1.2.3