-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Raw PHP in markdown #3123
Comments
This issue boils down to:
Short of implementing a separate writer for PHP, one fix would be the option to write invalid HTML by disabling conversion to entities (see also, eg, Issue 2410). |
Can you give a short example? +++ M. Henry Linder [Sep 20 16 19:05 ]:
|
Sorry, I see the example now (reading mail backwards). |
I think that this is fixed in the most recent version of pandoc.
|
Right on, that was it...thanks |
Hi, This issue was resolved because at the time, I had been running an old version of pandoc. It appears this has broken again, could we please reopen this issue? |
This seems to have broken some time between 1.19.2.1 (works) and 2.0.6 (doesn't work). |
…tions. Fixes regression #3123 (since 2.0). Added regression test.
Fixed. |
Thank you! |
I am trying to inject some php into an otherwise-static page, but --parse-raw and markdown_in_html_blocks do not directly address this, and indeed nor do they resolve it:
What seems to break this is the inclusion of quotes—which is necessary for, eg, a call to
include
.The text was updated successfully, but these errors were encountered: