readmd icon indicating copy to clipboard operation
readmd copied to clipboard

Breaks fenced blocks

Open majenkotech opened this issue 3 years ago • 0 comments

This utility breaks fenced code blocks. That is, blocks of the style:

```c++
code goes here
```

It reformats it all into one line instead of preserving the content of the block verbatim.

majenkotech avatar Apr 08 '21 15:04 majenkotech