Deertopian Org-mode

In publishing my Org-roam notes, I've implemented a few non-standard Org-mode features.

Quote footers

,#+begin_quote
some quote text

---

a footer
,#+end_quote

Epigraphs

Must appear at the top of a node. Only works with quote blocks.

,#+attr_msyds: epigraph
,#+begin_quote

,#+end_quote

Images

Scale and center work on LaTeX environments and images.

,#+attr_msyds: {:scale 1.4 :center true}
\begin{tikzcd}
	Fx & Gx \\
	Fy & Gy
	\arrow[from=1-1, to=1-2]
	\arrow[from=1-1, to=2-1]
	\arrow[from=1-2, to=2-2]
	\arrow[from=2-1, to=2-2]
\end{tikzcd}