Skip to content

BeaconCMS/makeup_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeupText

A Makeup lexer for plain text.

This is a null lexer which means every token is a :text no matter the content.

Installation

Add makeup_text to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_text, github: "BeaconCMS/makeup_text"}
  ]
end

The lexer will automatically register itself with Makeup for text as well as .txt extension.

Acknowledgements

Based on makeup_diff.

About

A Makeup lexer for plain text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages