#asking-for-help : How to use mdn markdown question #324
-
I use mdn markdown
Afterwards in markdown as per the documentation an error occurs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @mineclover. If you only want to see the rendered HTML content in browser. I think it could be more easier:
And if you want to build markdown document into html files. Just use the command Only if you are interested in developing the platform (mdn/yari), you could use If you have any other question, feel free to append this thread. |
Beta Was this translation helpful? Give feedback.
Hi @mineclover. If you only want to see the rendered HTML content in browser. I think it could be more easier:
mdn/content
folder, run commandyarn install
.env
file inmdn/content
repo, and set an variable (as the step 3)yarn start
in content folder, and open the URLhttp://localhost:5042/
in browser.And if you want to build markdown document into html files. Just use the command
yarn build args...
(runyarn build --help
to see args that needs to be set)Only if you are interested in developing the platform (mdn/yari), you could use