Skip to content

dcc.Markdown: dccLink children should be interpreted as markdown too #1977

@alexcjohnson

Description

@alexcjohnson

If you use <dccLink href="..." children="some *styled* text" /> inside your dcc.Markdown in order to get high-performance links, currently this children prop won't interpret markdown. It also doesn't seem as though

<dccLink href="...">children</dccLink>

works at all, although it seems like it should. If it did, that might have been a workaround, ie:

<dccLink href="...">some *styled* text</dccLink>

or perhaps

<dccLink href="..."><dccMarkdown children="some *styled* text"/></dccLink>

related: https://github.com/plotly/ddk-dash-docs/pull/671#issuecomment-1071121251

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogbugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions