mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Merge pull request #240 from sharkykh/md-linkify
Enable `linkify` for Markdown parser
This commit is contained in:
commit
7540b0c86b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
var markdownOptions = {
|
||||
html : false,
|
||||
breaks : true,
|
||||
linkify: true,
|
||||
typographer: true
|
||||
}
|
||||
var markdown = window.markdownit(markdownOptions);
|
||||
|
|
Loading…
Add table
Reference in a new issue