We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ac:pagetree macro implementation has a minor bug that prevents the Root / Title value from being modified.
Root / TItle value should be used when provided.
<!-- Macro: :demo: Template: ac:pagetree Title '@home' --> :demo:
mark version 11.3.0
mark --config ~/.mark --space foo -f filename.md
n/a
Related PR: #329 Buggy line of code: https://github.com/kovetskiy/mark/blob/c5d0a8b/stdlib/stdlib.go#L389
The text was updated successfully, but these errors were encountered:
PageTree macro: Fix Title parameter usage. (fixes kovetskiy#550)
b0b0c86
fbfd36a
No branches or pull requests
What happened?
The ac:pagetree macro implementation has a minor bug that prevents the Root / Title value from being modified.
What did you expect to happen?
Root / TItle value should be used when provided.
How can we reproduce the behavior you experienced?
Further Information (please complete the following information)
mark version 11.3.0
mark --config ~/.mark --space foo -f filename.md
Logs or other output
n/a
Additional context
Related PR: #329
Buggy line of code: https://github.com/kovetskiy/mark/blob/c5d0a8b/stdlib/stdlib.go#L389
The text was updated successfully, but these errors were encountered: