Open michalbe opened 9 years ago
Expressions like |expr_e={{ 3434 + 19817934 + 213123 }}| are threated as simple text now. We should parse them and return object like:
|expr_e={{ 3434 + 19817934 + 213123 }}|
expr_e: { type: 'expression', value: '3434 + 19817934 + 213123', result: '20034491', }
Expressions like
|expr_e={{ 3434 + 19817934 + 213123 }}|
are threated as simple text now. We should parse them and return object like: