logseq / mldoc

Another Emacs Org-mode and Markdown parser.
GNU Affero General Public License v3.0
233 stars 20 forks source link

enhance: macro arg support arg in " pair, escape from sep-by comma #96

Closed RCmerci closed 2 years ago

RCmerci commented 2 years ago

{{macro "a,r,g1", arg2}} -> macro name: macro, macro args: ["\"a,r,g1\"", "arg2"]

undefdev commented 1 year ago

What does one need to do if you don't want quotation marks wrapping your strings, but still want to escape commas?