logseq / mldoc

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

Multi-line queries are not recognized #128

Open logseq-cldwalker opened 1 year ago

logseq-cldwalker commented 1 year ago

A multi-line, simple query like this on the docs graph is not recognized as a query macro:

- {{query (and (page-property type Feature)  
          (and (page-property platform "All Platforms") (page-property platform "Publish Web")))}}

Instead it just shows up as plain text and thus no query is triggered in logseq