Parses Lofi content into a structure of text, tags, and mentions.
Hello world
Hello world.
iex> Lofi.Parse.parse_element("hello") %Lofi.Element{ text: "hello", tags: %{} }