You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's kind of hack but sometimes you don't have a choice :)
I'm trying to model it based on AsciiDoctor Passthroughpattern (or rather antipattern)
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?
The text was updated successfully, but these errors were encountered: