runme
runme copied to clipboard
Serializer cuts out `<...>` from Markdown
While working on an example repository I recognised the following undesired change:
-TONOS-CLI has a built-in DeBot <link to DeBots repo> browser, which is regularly updated with the most recent versions of DEngine <link to DEngine>.
+TONOS-CLI has a built-in DeBot browser, which is regularly updated with the most recent versions of DEngine .
I am expecting this not to be cleared up from runme.
Seems like this is common in markdown editors.
For instance, in github:
So you would need to escape it with backslashes <like so>
Do you think its worth making an exception here anyway?