Content deleted Content added
add support for option "window.draftCleanerPutInToolsMenu = true;" (publish.php) |
turn off fixWordEmphasizedWithSingleQuotes() (publish.php) |
||
Line 199:
wikicode = this.deleteWhitespaceAtEndOfLines(wikicode);
wikicode = this.convertSmartQuotesToRegularQuotes(wikicode);
// wikicode = this.fixWordEmphasizedWithSingleQuotes(wikicode); // most of these appear in citations as names of newspaper articles, arguably should keep these single quotes
wikicode = this.convertDoubleSpacesToSingleSpaces(wikicode);
wikicode = this.deleteBlankHeadings(wikicode);
|