-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
Online playground? #447
Comments
For seeing the AST checkout https://astexplorer.net PRs and other ideas are welcome! |
MDX has one partly: |
@zestedesavoir too. Based on our needs, MD to ATX, HTML and LaTeX. Sorry about the french examples. https://zestedesavoir.github.io/zmarkdown/ Based on a webpack version of our server. |
Hi everyone, I started prototyping a playground. It's very minimal for now, no visual styling, no plugins and no tweaking with options and it only has one output (html). code can be found here: https://codesandbox.io/s/remark-playground-wmfor I'll add more things to it if I find more time this week. |
why don't use codesandbox.io --> add dependency --> remark --> see all you need in console )) |
The bug issue template now include several code sandbox playgrounds https://github.com/remarkjs/.github/blame/main/.github/ISSUE_TEMPLATE/1-bug.md#L37-L39 remark only (for markdown to markdown): https://codesandbox.io/s/remark-debug-ikwvx |
This comment has been minimized.
This comment has been minimized.
Made a playground! https://remark.js.org. I had to think a bit about what would be useful. As remark doesn’t really do anything by default. Everything can, and will, be done by plugins. Going to HTML isn’t the only useful case. Anyway, being able to see an AST, or the generated markdown/html, or toggling some plugins, can be nice. So, there goes! |
I find online playgrounds useful. For example, Pandoc’s playground: https://pandoc.org/try/
For Remark, this could work as follows:
Optional:
The text was updated successfully, but these errors were encountered: