diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:46:22 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:46:22 -0800 |
commit | 9d15d37bed3f2d96017ffa373b0d52df26f7903a (patch) | |
tree | 187f37027dc21e736396f6bb19b990b5d3a64bc3 /mindmap/index.org | |
parent | a7da57c0736bec58d1fc4ec99d211099c31bb45f (diff) |
add code block in website
Diffstat (limited to 'mindmap/index.org')
-rw-r--r-- | mindmap/index.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mindmap/index.org b/mindmap/index.org index 350a564..109ae12 100644 --- a/mindmap/index.org +++ b/mindmap/index.org @@ -30,6 +30,7 @@ you to make a web of notes, something close to a wiki. * I want to Break the Rules No you don't. That being said, if you really want the list of all articles, here you go: +@@html: <div class="links-page">@@ #+begin_src shell :results output raw :exports both set -f IFS=' @@ -81,3 +82,4 @@ set +f - [[file:Legendre Transformation.org][Legendre Transformation.org]] - [[file:Lagrangian mechanics.org][Lagrangian mechanics.org]] - [[file:Fourier Transform.org][Fourier Transform.org]] +@@html: </div>@@ |