399 B
399 B
Tutorial & Info for peeps who can code a bit
Tickle consists of 3 distinct and simple parts:
- load text files
- parses markdown files in the browser
- displays the markdown files
To parse markdown files, the default implementation uses Micromark, but feel free to plug any parser you like.
The source is commented fairly well, and your best bet is to check out the examples.