-
Notifications
You must be signed in to change notification settings - Fork 957
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
Markdown filter includes TOML head matter #1105
Comments
Use |
It’s in a short code. It just needs to be programmatic
T
… On Jul 28, 2020, at 4:36 AM, Vincent Prouillet ***@***.***> wrote:
Use get_page instead. Or is it in a shortcode?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You can split on |
Ok, I can manage that. |
This was referenced Oct 18, 2022
This was referenced Oct 25, 2022
This was referenced Nov 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation issue
Summary
I have a page that needs to include another page's content. Thus I use
set content = load_data(path="")
and{{ content | markdown }}
. It mostly works, except that the TOML head matter is also included.Proposed solution
I propose that the head matter is ignored in the markdown filter. If there is another way to achieve this please let me know.
The text was updated successfully, but these errors were encountered: