gtg922r / obsidian-numerals

An obsidian plugin which turns a math code block into a full featured calculator
Other
391 stars 8 forks source link

[feature request] Allow inputs to span multiple lines #14

Open gtg922r opened 1 year ago

gtg922r commented 1 year ago

Considering allowing inputs to span across multiple lines, potentially by including a \ at the end of a line.

For example

 _```math
a_nice_long_variable = another_variable + \
$100,000 + $1,000
_```

should evaluate without an error, and set a_nice_long_variable equal to another_variable + $100,000 + $1,000