Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Custom regex, syntax support for links source code.tar.gz | 2016-10-18 | 235.1 kB | |
Custom regex, syntax support for links source code.zip | 2016-10-18 | 247.0 kB | |
README.md | 2016-10-18 | 457 Bytes | |
Totals: 3 Items | 482.6 kB | 0 |
This release adds support for URLs and images:
:::markdown
A url: [url](http://url.com), and an image: 
This release also adds the ability to write custom regex highlighting rules for your theme. For example, you can add one that highlights Twitter handles (and obviously much more):
:::json
"handle": {
"regex": "[@@][a-zA-Z0-9_]{1,20}",
"color": "#78ddd5"
}
Enjoy.