forked from AkkomaGang/mfm-parser
backend mfm parser modified from ilja's implementation
45519a3c2a
We can handle all needed tokens. We still need to test for multiple tokens and for nesting. |
||
---|---|---|
lib | ||
test | ||
.formatter.exs | ||
.gitignore | ||
LICENSE | ||
mix.exs | ||
README.md |
MfmParser
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding mfm_parser
to your list of dependencies in mix.exs
:
def deps do
[
{:mfm_parser, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mfm_parser.