From 5d641d48e23e0c41bf260f46a0e770e67b8e83cb Mon Sep 17 00:00:00 2001 From: M66B <259573+M66B@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:20:20 +0100 Subject: [PATCH] Updated FAQ --- app/build.gradle | 2 +- index.html | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) 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;}