Include diagrams in your Markdown files with Mermaid
1–10 of 272 posts
Re: Include diagrams in your Markdown files with Mermaid
#2not github specific but i really enjoyed this quite long post/tutorial on realtime collaboration with mermaid (using notion)[2].
[1] https://github.com/github/roadmap/issues/372 https://news.ycombinator.com/item?id=29927962 (72 points, 14 comments, 31 days ago)
[2] https://www.happyandeffective.com/blog/realtime-collaborativ... https://news.ycombinator.com/item?id=30238208 (12 points, 2 comments, 7 days ago
Re: Include diagrams in your Markdown files with Mermaid
#3Re: Include diagrams in your Markdown files with Mermaid
#4Re: Include diagrams in your Markdown files with Mermaid
#5I wrote a trivial webstack to answer 200 to the webhook and then everything works. (Don’t know if I can publish it unfortunately.)
(Condolences to those stuck on Bitbucket).
Re: Include diagrams in your Markdown files with Mermaid
#6Re: Include diagrams in your Markdown files with Mermaid
#7Re: Include diagrams in your Markdown files with Mermaid
#8Thereby creating a hard dependency for your markdown files, obviating their portability.
Re: Include diagrams in your Markdown files with Mermaid
#9One thought though, on the syntax. Wouldn’t it be a bit odd if suddenly this line in a README.md:
```js
const foo = 1 + 1
```
Rendered as: `2`
? Isn’t that kind of what we’re doing here with the mermaid source tag? That tag is for showing source code, no? Feels like there should be another tag for rendering it.