Skip to content

[CLI]: Abitlity to register tags with CLI #174

@mediabuff

Description

@mediabuff

Describe the bug

Capability to CLI to pass tag registractions as in Go - some way of passing configuration information equivalent to following:

conv.Register.TagType("nav", converter.TagTypeRemove, converter.PriorityStandard)

conv.Register.RendererFor("b", converter.TagTypeInline, base.RenderAsHTML, converter.PriorityEarly)

conv.Register.RendererFor("article", converter.TagTypeBlock, base.RenderAsHTMLWrapper, converter.PriorityStandard)

HTML Input

None

Generated Markdown

None

Expected Markdown

None

Operating System

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    clicommand line interfaceenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions