components/prism-wiki.js


Log

Author Commit Date CI Message
Golmote 6b6fd93f 2017-10-22T15:35:32 Wiki markup: Fix escaping consistency
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote 8cf9e6a0 2015-09-03T08:27:37 Wiki markup: fixed emphasis + merged some url patterns + added TODOs
Golmote 1b284a1a 2015-03-10T21:05:52 Add Wiki markup language