mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 15:49:02 +00:00
Merge pull request #240 from sharkykh/md-linkify
Enable `linkify` for Markdown parser
This commit is contained in:
@@ -148,6 +148,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
var markdownOptions = {
|
||||
html : false,
|
||||
breaks : true,
|
||||
linkify: true,
|
||||
typographer: true
|
||||
}
|
||||
var markdown = window.markdownit(markdownOptions);
|
||||
|
||||
Reference in New Issue
Block a user