Right now Tooltip uses react-markdown to render descriptions from content/docs/glossary.js to HTML. It was ok then we have to use react-markdown to render docs pages, but now we should simplify it.
We can either convert md to html on the server side with gatsby, or just replace it with plain html, because right now we only have couple of links and code samples there.
Right now Tooltip uses
react-markdownto render descriptions fromcontent/docs/glossary.jsto HTML. It was ok then we have to usereact-markdownto render docs pages, but now we should simplify it.We can either convert md to html on the server side with
gatsby, or just replace it with plain html, because right now we only have couple of links and code samples there.dvc <cmd>strings like in docs #1137 after this one.