A note about: blog-tldr-diagram

Let’s see if this code renders…

graph TD 
obsidian[Obsidian<br>// All of my Writing //] -->|file.published == true?| decision1{ }
decision1 -->|Yes| routing{Routing:<br>/note or /post?}
routing -->|/note| notes[/notes/]
routing -->|/post| posts[/posts/]

subgraph astro[Astro Site]
	notes
	posts
end

…womp mikedownes.dev