2022-06-27 21:20:12 +00:00
|
|
|
# Tutorial & Info for peeps who can code a bit
|
|
|
|
|
|
|
|
Tickle consists of 3 distinct and simple parts:
|
|
|
|
|
|
|
|
1. load text files
|
|
|
|
2. parses markdown files in the browser
|
|
|
|
3. displays the markdown files
|
|
|
|
|
2022-07-02 22:21:20 +00:00
|
|
|
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](examples.md).
|