# # Inspired by https://github.com/MFP/OcsiBlog/blob/master/simple_markup.ml # # Trying to port it to Elixir and later adapt it maybe to line oriented # # parsing (lines being pre processed in parallel and then _unified_ ino tokens # # by the parser. # defmodule Earmark.AltParser do # end