runme icon indicating copy to clipboard operation
runme copied to clipboard

Serializer cuts out `<...>` from Markdown

Open christian-bromann opened this issue 2 years ago • 1 comments

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.

christian-bromann avatar Mar 13 '23 16:03 christian-bromann

Seems like this is common in markdown editors.

For instance, in github: (check the source)

So you would need to escape it with backslashes <like so>

Do you think its worth making an exception here anyway?

mxsdev avatar May 09 '23 22:05 mxsdev