Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix webpage #9

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Fix webpage #9

merged 2 commits into from
Nov 15, 2023

Conversation

zeramorphic
Copy link
Contributor

Various fixes have been done to make the website look nice.
image

  • There were some capitalisation issues which made the CSS file not load (it was looking in PFR not pfr).
  • MathJax wasn't supported, so I added some code to enable it.
  • MathJax expects double $$ signs to surround math mode content instead of single $ signs.

Note: because of the interaction between Markdown and MathJax, vertical pipe symbols | can't be used directly, because Markdown thinks you're starting a table.
image
I converted each | into \vert to fix this issue.

Signed-off-by: zeramorphic <zeramorphic@proton.me>
Signed-off-by: zeramorphic <zeramorphic@proton.me>
@YaelDillies
Copy link
Collaborator

Very nice!

@YaelDillies YaelDillies merged commit d95df88 into teorth:master Nov 15, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants