MicroPad / MicroPad-Core

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

Add support for fend variables #364

Closed printfn closed 3 years ago

printfn commented 3 years ago

Added support for fend's new variable syntax, e.g.:

[[a = 5]]

some other text

[[2a]]

This involved changing the way the fend markdown extension integrated with Showdown, so hopefully I didn't unintentionally break anything. I have tested it locally.