-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve include #88
Comments
It's probably time to create a proper lua filter which converts statements like Also, it should support arguments, so that
This could even support accessing objects inside the module, because the text is just parsed. I should ensure that |
If functions can be called, this basically yields the same possibilities as Bookdown, because
is similar to
|
It appears that
can only contain inline elements, so no full Markdown document can be parsed. That's okay, I guess. It will just put text there. |
When inserting dynamic content via
the output will always have spacing around it.
This is inconvenient when you would like to write something like "This project is built with Julia
$(version)
" or to report a statistic like "the mean is$(mean_x)
.So, this can be improved in two ways:
$(version)
.The text was updated successfully, but these errors were encountered: