Content deleted Content added
deleteMoreThanTwoEntersInARow - 2 blank lines in front of stub tags (publish.php) |
fix bug involving convertH1ToH2 adding an extra space (publish.php) |
||
Line 550:
// convert =TitleHeading= to ==H2Heading==
convertH1ToH2(wikicode) {
return wikicode.replace(/^= ?([^=]*?) ?=$/gm, '== $1 ==');
}
|