lofi v0.1.0 Lofi.Parse

Parses Lofi content into a structure of text, tags, and mentions.

Summary

Functions

parse_element(raw_string)

Hello world.

Examples

iex> Lofi.Parse.parse_element("hello")
%Lofi.Element{ text: "hello", tags: %{} }