How to generate standard Markdown content #880
Replies: 2 comments 1 reply
-
|
Hi @khaalidrafi, I'm afraid we don't have a non-macro version of the Markdown source. Our macro system is essential to pull in information that makes the final rendered page complete. There are tools available to help you with HTML-to-Text conversions. You could try https://defuddle.md/ or https://markdown.new/. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Dipika Bhattacharya ***@***.***> writes:
Hi @khaalidrafi, I'm afraid we don't have a non-macro version of the Markdown source. Our macro system is essential to pull in
information that makes the final rendered page complete.
It's fine you don't. I'm looking for a way to compile your source files
into normalized markdowns instead of HTML. Is it possible, or are you
interested in adding the feature in build pipeline?
--
Khalid Rafi
Sent with Emacs
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I prefer reading plain text docs instead of website. But, MDN content source isn't in standard Markdown format. They contain special formats such as Macros to generate the HTML in the end. How can I generate readable Markdown files from the MDN content source?
Beta Was this translation helpful? Give feedback.
All reactions