libasciidoc icon indicating copy to clipboard operation
libasciidoc copied to clipboard

Add plugin support

Open rxt1077 opened this issue 3 years ago • 0 comments

A lot of what makes AsciiDoc so powerful is the variety of plugins available for it. I propose adding a simple plugin framework where golang plugins export functions that are executed at different phases of the Convert process. This would help keep overly specific code from cluttering up source tree but still allow developers to expand on the basic functionality.

rxt1077 avatar Mar 10 '22 21:03 rxt1077