mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 13:56:55 +02:00
Enable linkify
for Markdown parser
Autoconvert URL-like text to links
This commit is contained in:
parent
476afafa09
commit
467270837c
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