Closed Andrew15-5 closed 7 months ago
Nope, this also gives the same error:
#diagram({
node(e1)[Something]
node(e2)[Something]
})
At the moment the default between content blocks is nothing.
To fix this error the rule
"functions": {
"node": {
"after_argument": "\n\n", // seperate arguments by one empty line
},
},
should work.
At the moment custom rules overwrite the default rules, so table
, ... will error.
I don't want to add rules for not core functions, but maybe I will for default packges in the future.
I am working on some context system, where seperators like top-level -> ""
or diagram.* -> "\n\n"
are possible.
Spellchecking is now after the document compilation, so this should not happen anymore. If the issue still exits, please reopen the issue.
This works ok:
This does not: