fix kramdown using curved quotes and replace them with straight quotation marks
This commit is contained in:
@ -835,7 +835,7 @@
|
||||
|
||||
var prevTime = new Date().getTime();
|
||||
|
||||
text = converter.makeHtml(text);
|
||||
text = converter.makeHtml(text).replaceAll(/“|”/g, '"');
|
||||
|
||||
// Calculate the processing time of the HTML creation.
|
||||
// It's used as the delay time in the event listener.
|
||||
|
Reference in New Issue
Block a user