Fill out game info pages for LttP, OoT, Factorio, and Subnautica. Revert MD pages to stop using simple line breaks.

This commit is contained in:
Chris Wilson
2021-09-18 16:15:40 -04:00
parent 6441f92c9f
commit 77878bf714
7 changed files with 108 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ window.addEventListener('load', () => {
// Populate page with HTML generated from markdown
showdown.setOption('tables', true);
showdown.setOption('strikethrough', true);
showdown.setOption('simpleLineBreaks', true);
showdown.setOption('literalMidWordUnderscores', true);
gameInfo.innerHTML += (new showdown.Converter()).makeHtml(results);
adjustHeaderWidth();