backend mfm parser modified from ilja's implementation
5f63b7e4bd
The following cases are now tested and fixed so they don't crash: * Providing a "]" without there being a mfm token opened. * Opening a tag without closing. E.g. "$[spin " and "$[spin chocolatine". * Starting a tag without finishing it. E.g. "$[sp". |
||
---|---|---|
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.