plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
419 stars 74 forks source link

Issue 807 - Customizable Markdown options #808

Closed Marc-Andre-Rivet closed 4 years ago

Marc-Andre-Rivet commented 4 years ago

Fixes #807

Allows configuring markdown options at the table-level and will be compatible with future extensions if/when markdown support is increased.

Use the following value to open links in the current tab and get the behaviour as before #787

markdown_options={"linkTarget": "_self"}
chriddyp commented 4 years ago

maybe link_target to keep our property naming consistent?

Marc-Andre-Rivet commented 4 years ago

@chriddyp Will do. Requires mapping the API props to internal props for the Markdown library but no problem otherwise.