parrt / mini-markdown

Parser for small subset of markdown
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

Question : Creating ANTLR Markdown Editor #1

Open omidp opened 9 years ago

omidp commented 9 years ago

Hi,

I'm planning to write a markdown editor using ANTLR, regardless of the fact that I don't understand any single line of this project I want to ask is it possible to create a Markdown editor with ANTLR in a way that call Java methods after parsing texts and transform it into pdf and HTML ?

after googling I realized that it's not as easy as it seems.

parrt commented 9 years ago

it’s not easy. parsing and such won’t be too bad but generating pdf will be complicated. T On Mar 8, 2015, at 3:37 AM, omid notifications@github.com wrote:

Hi,

I'm planning to write a markdown editor using ANTLR, regardless of the fact that I don't understand any single line of this project I want to ask is it possible to create a Markdown editor with ANTLR in a way that call Java methods after parsing texts and transform it into pdf and HTML ?

after googling I realized that it's not as easy as it seems.

— Reply to this email directly or view it on GitHub.