You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are all macros "space sensitive"? I found if no space between a comma and an argument, the macro would not be rendered.
This is a bug: I definitely stands on importance to be space-independent and user friendly as much as possible.
Expected: all these renderings should have the same result: {{renderer :template, wiki,Logseq}} {{renderer :template, wiki, Logseq}} {{renderer :template, wiki, Logseq}}
The text was updated successfully, but these errors were encountered:
# [2.2.0](v2.1.0...v2.2.0) (2023-04-02)
### Bug Fixes
* **args:** args are space sensitive in :template command ([30600eb](30600eb)), closes [#3](#3)
* logseq reference with provided options bad parsing ([d88d37f](d88d37f))
* template name is uuid whem there is no `template` property in block ([982d984](982d984))
* **views:** single block view doesn't display ([2839d2f](2839d2f))
### Features
* **args:** mask undefined named args with empty string ([7614029](7614029))
@Gitbreast reported:
This is a bug: I definitely stands on importance to be space-independent and user friendly as much as possible.
Expected: all these renderings should have the same result:
{{renderer :template, wiki,Logseq}}
{{renderer :template, wiki, Logseq}}
{{renderer :template, wiki, Logseq}}
The text was updated successfully, but these errors were encountered: