Playing with Markdown for code. It won't keep the line break in the code. Tried both 4 space indent and the three backspace.
using StringVec = td::vector<std::string>;
std::expected<StringVec, ErrorCode>
using StringVec = td::vector<std::string>;
std::expected<StringVec, ErrorCode>
```
using StringVec = td::vector<std::string>;
std::expected<StringVec, ErrorCode>
using StringVec = td::vector<std::string>;
std::expected<StringVec, ErrorCode>
```
@freemo
I tried it both with backticks and four spaces which are standard Markdown. Here is it without Markdown turned on:
```
using StringVec = std::vector<std::string>;
std::expected<StringVec, ErrorCode> ;
```
using StringVec = std::vector<std::string>;
std::expected<StringVec, ErrorCode> f();
@rmerriam Well, apparently it didn't work for me either this time; it ate my newlines! So I think it's pretty broken. @freemo help!