| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
| Back | FazBrowse Home | New Git URL |