Skip to content

made Emitter an interface to allow custom emitters#45

Open
JohnCokerC3 wants to merge 1 commit intorjeschke:masterfrom
JohnCokerC3:master
Open

made Emitter an interface to allow custom emitters#45
JohnCokerC3 wants to merge 1 commit intorjeschke:masterfrom
JohnCokerC3:master

Conversation

@JohnCokerC3
Copy link
Copy Markdown

I would like to use your excellent library to parse Markdown, but manipulate the parsed structure before emitting it. Also, I would like to be able to emit other output formats, such as PDF.

What I tried to do was make the fewest changes possible. The biggest change is making Emitter an interface and the previous implementation is now DefaultEmitter. Minor changes are making the necessary classes public (Block, etc).

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

Successfully merging this pull request may close these issues.

1 participant