-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
I haven't found a way to inject (via --tags) option custom guide tag handler. Currently the https://github.com/senchalabs/jsduck/wiki/Guides says about two custom guide tags: {@img and {@link ...
I would like to create a few custom tags e.g.: {@pdf that would expand into:
<object width="100%" height="100%" data="" type="application/pdf"> <embed src="" type="application/pdf" /></object>
or even more generic such {@html ... as html passthrough section.
Is there any way to achieve it with current implementation?
Metadata
Metadata
Assignees
Labels
No labels