Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering is space sensitive #3

Closed
stdword opened this issue Mar 23, 2023 · 1 comment
Closed

Rendering is space sensitive #3

stdword opened this issue Mar 23, 2023 · 1 comment
Labels
bug Something isn't working released

Comments

@stdword
Copy link
Owner

stdword commented Mar 23, 2023

@Gitbreast reported:

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}}

@stdword stdword added the bug Something isn't working label Mar 23, 2023
@stdword stdword closed this as completed in 30600eb Apr 2, 2023
github-actions bot pushed a commit that referenced this issue Apr 2, 2023
# [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))
@github-actions
Copy link

github-actions bot commented Apr 2, 2023

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant