WebHost: Edit Archipelago category guides and enabled two-spaced nested lists.

This commit is contained in:
Hussein Farran
2021-11-29 22:26:08 -05:00
parent c083716627
commit 5121b0d09b
5 changed files with 163 additions and 147 deletions

View File

@@ -23,6 +23,7 @@ window.addEventListener('load', () => {
showdown.setOption('tables', true);
showdown.setOption('strikethrough', true);
showdown.setOption('literalMidWordUnderscores', true);
showdown.setOption('disableForced4SpacesIndentedSublists', true);
tutorialWrapper.innerHTML += (new showdown.Converter()).makeHtml(results);
adjustHeaderWidth();