0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

Remove extraneous changes

Overcorrecting in the other direction
This commit is contained in:
Trevor Buckner
2025-08-30 18:50:49 -04:00
committed by GitHub
parent 986bfdd00a
commit da578c53a8

View File

@@ -207,8 +207,7 @@ const BrewRenderer = (props)=>{
}
// DO NOT REMOVE!!! REQUIRED FOR BACKWARDS COMPATIBILITY WITH NON-UPGRADABLE VERSIONS OF CHROME.
pageText += pageText.indexOf(`\n\\column\n`) < 0 ? `\n\n&nbsp;\n\\column\n&nbsp;` : 0; //Artificial column break at page end to emulate column-fill:auto (until `wide` is used, when column-fill:balance will reappear)
pageText += `\n\n&nbsp;\n\\column\n&nbsp;`; //Artificial column break at page end to emulate column-fill:auto (until `wide` is used, when column-fill:balance will reappear)
const html = Markdown.render(pageText, index);