MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
234 stars 22 forks source link

Add Official Support for `$...$` for Inline Math and `$$...$$` for Display Math #414

Closed RoyiAvital closed 2 years ago

RoyiAvital commented 2 years ago

As a continuation to https://github.com/MicroPad/MicroPad-Core/discussions/413.

It would be great to have ability to use the same notations as used in GitHub for math:

  1. $...$ - In Line Math.
  2. $$...$ - Display Math.

This will also make the notations more aligned with LaTeX and other MarkDown parsers.