Replies: 1 comment 1 reply
-
I have the very start of a really bad purpose-specific one in peggy-test, here. I'd be willing to collaborate on a real one. That might be a big enough thing that it should be its own project? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have any experience with Markdown parsers? Does such a parser for PEG.js or Peggy.js exist? Should be simple. I'm worrying about links, it may be difficult to make them right if they contain brackets and parentheses.
I've planned to create an extension with Peggy that implement markdown for my library jQuery Terminal. But I think it would be much more fun to create a tutorial on how to do that. Of course, full code will be available. It will benefit both projects. But I don't plan to support all of HTML like a normal parser. Only tokens that are in Markdown itself.
Just wanted to share the idea. It's tracked here jcubic/jquery.terminal#827
Beta Was this translation helpful? Give feedback.
All reactions