Bootstrap-Academy / Bootstrap-Academy

https://bootstrap.academy
Other
84 stars 1 forks source link

Support for Multiline Markdown Support with Formula Support in the question Field #76

Open CptK opened 10 months ago

CptK commented 10 months ago

Bootstrap Academy username

CptK

Description

Implement support for LaTeX math formula rendering in quizzes. This will:

  1. Enhance readability: Formulas written in LaTeX are easier to read and understand, especially for complex mathematical concepts.
  2. Increase convenience: Quiz-makers can directly input LaTeX codes without having to find workarounds.
Defelo commented 10 months ago

I think this could be solved by adding LaTeX support directly to the Markdown rendering component (in combination with #73). It seems like there is already some (pretty bad) support for LaTeX here, this definitely needs to be fixed and improved:

image

source ```markdown $a^2 + b^2 = c^2$ $$\sum_{i=1}^\infty = -\frac1{12}$$ ```
TheMorpheus407 commented 1 week ago

Summary: Provide the possibility to use Markdown including LaTeX for the quizzes. Answers should only be one line. Questions should receive multiline support.