On Wed, Jun 30, 2021 at 11:03 AM Guilliam Xavier <guilliam.xav...@gmail.com> wrote:
> PS: "amusingly", the code samples are hard to understand after rendered on > https://externals.io/message/115213 I'd expect a lot of markdown issues when trying to write examples using backticks. While such a thing might not be blocking for a nice language feature, it will surely impact the tooling in the ecosystem for documentation. I already run into issues with single line code examples in Discord because it gets messy real fast. Sure it's just an annoyance, but I would like to suggest avoiding it if we can. ``` `const something = `foo`;` ```