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

Fix nested parentheses in markdown colours #243

Closed printfn closed 4 years ago

printfn commented 4 years ago

This fixes the markdown colour parser to support c[this is red](rgb(255, 0, 0)).

Fixes #209.