primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
846 stars 38 forks source link

Inline math ($formula$) is displayed on one line #203

Open FREYA265 opened 1 month ago

FREYA265 commented 1 month ago

Hello Cécilia :)

Inline math ($formula$) is displayed on one line because of the following CSS:

mjx-math {
  width: 100%;
}

This shouldn't happen, only the $$x$$ should be on one line! Thanks again

ceciliamay commented 1 month ago

okay saw this and fixed it! should be good on the next release!

CleanShot 2024-05-24 at 20 41 58

the width: 100% was originally a fix for reading mode where the math block would scroll past the readable line width. so i used a better target selector for the fix! thanks for sending in the report 🫶