Skip to content
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

Transpiling to other Markdown formats #912

Open
lukehutch opened this issue Mar 5, 2025 · 0 comments
Open

Transpiling to other Markdown formats #912

lukehutch opened this issue Mar 5, 2025 · 0 comments

Comments

@lukehutch
Copy link

lukehutch commented Mar 5, 2025

I need a PHP Markdown parser that can be used to transpile to other Markdown formats, in particular Slack-flavored Markdown (which doesn't support tables, so tables need to be rendered as ASCII art in a code block).

Can Parsedown do this? In other words, is it possible to get the parsed Markdown AST, implement rewriting operations on it, and then re-render the AST back to Markdown?

If not, please consider this as a feature request :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant