A Makeup lexer for plain text.
This is a null lexer which means every token is a :text no matter the content.
Add makeup_text to your list of dependencies in mix.exs:
def deps do
[
{:makeup_text, github: "BeaconCMS/makeup_text"}
]
endThe lexer will automatically register itself with Makeup for text as well as .txt extension.
Based on makeup_diff.