diff --git a/app/build.gradle b/app/build.gradle index e0acb126b1..21bda2ad3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -405,7 +405,7 @@ preBuild.dependsOn copyChangelog tasks.register('updateFAQ', Exec) { workingDir "${rootDir}" - commandLine 'sh', '-c', 'pandoc --standalone --metadata-file FAQ.yaml FAQ.md -o index.html' + commandLine 'sh', '-c', 'pandoc --standalone --columns=10000 -M document-css=false --metadata-file FAQ.yaml FAQ.md -o index.html' } tasks.register('updatePrivacy', Exec) { diff --git a/index.html b/index.html index c83810bad4..be474b5634 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} + .display.math{display: block; text-align: center; margin: 0.5rem auto;}