kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
647 stars 106 forks source link

Add markdown support for version reminders #1826

Closed SajidAlamQB closed 3 months ago

SajidAlamQB commented 3 months ago

Description

Related to: https://github.com/kedro-org/kedro-viz/issues/1786

The reminder pop-up notification doesn't parse markdown ` backticks this PR will attempt to add support for it using markdown-it.

Development notes

image

Checklist

SajidAlamQB commented 3 months ago

I was considering that, given the simplicity of our markdown needs—primarily replacing backticks with code-blocks —we could directly use < code > tags for any backticks we encounter. This approach would eliminate the need for any additional dependencies. What do you think?

That makes sense, I thought we wanted to support more markdown overall, happy to go with that instead.

jitu5 commented 3 months ago

@SajidAlamQB If we are not planing to add more style to <code> block then everything else looks good to me.