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
Tell us about your environment
What did you do? Please include the actual source code causing the issue.
variables.md
<span id="websiteInfo">The baseUrl that we are using is {{baseUrl}}.</span>
index.md
{{baseUrl}} {{websiteInfo}}
What did you expect to happen?
index.html should be rendered as:
index.html
/helloWorld The baseUrl that we are using is /helloWorld.
What actually happened? Please include the actual, raw output.
index.html is actually rendered as (notice the missing text for the second line):
/helloWorld The baseUrl that we are using is .
The text was updated successfully, but these errors were encountered:
Add issue_261
46719e3
This commit replicates the bug in MarkBind/markbind#261.
I think https://github.com/MarkBind/markbind/blob/master/lib/Site.js#L327 just need to move earlier in the code before the mapping is used.
Sorry, something went wrong.
yamgent
Successfully merging a pull request may close this issue.
Tell us about your environment
1.8.1
What did you do? Please include the actual source code causing the issue.
variables.md
index.md
What did you expect to happen?
index.html
should be rendered as:What actually happened? Please include the actual, raw output.
index.html
is actually rendered as (notice the missing text for the second line):The text was updated successfully, but these errors were encountered: