-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 Support for .markdown
files
#2985
Comments
Having the exact same issue today! @wesleyboar May I ask you if you ended with a workaround for this? Thanks |
You may. I have thought of three additional workarounds.
* Configuration (beyond CLI commands) is not provided by Parcel, nor is it likely. This statement is supported by issue discussions that I have read but which I am not convenient to link to (I am typing this message on a phone). |
I am hoping to open a new issue, a proper bug report, not an RFC, about the support for The bug report will likely reuse some of this post. I am not in a hurry to do this, because Parcel 2 is not out, and it seems like all the dev attention is there. And it may be a couple minor versions before the completed markdown support is merged in. (See "Reference" section of original post.) If someone wants to report it before me (and even reference or use some copy from this issue), then please do. |
Thanks for answering! I actually ended up using Have a nice day! |
💬 RFC
I am grateful for Parcel's existing support (and future support in version 2) for Markdown, but it has a defect (ignoring
.markdown
files) that I do not want to report, because I am taking advantage of that defect to avoid needing the unavailable feature to ignore certain assets.What should I do?
🔦 Context
I want to link to a Markdown asset, but do not want that asset parsed into an
.html
file.The use case is:
I have avoided having the Markdown asset parsed into
.html
by using the long file extension.markdown
instead of the registered filename extension.md
.💻 Examples
If I link to (and name the file)
timeline.md
, then thetimeline.md
is parsed astimeline.html
.** The generated
timeline.html
, by the way, would overwrite my existingtimeline.html
from my established markdown-to-html workflow (I tested this). But, this issue is satellite to my primary concern, because I can solve this issue by merely renaming the file or moving it to another directory.📚 Reference
The text was updated successfully, but these errors were encountered: