summaryrefslogtreecommitdiffstats
path: root/_includes/serial_dump.html
diff options
context:
space:
mode:
authorBenoit Masson <yahoo@perenite.com>2023-04-26 13:58:15 +0200
committerGitHub <noreply@github.com>2023-04-26 13:58:15 +0200
commit74cf656a2b870606e195fa6544a3a35856410b3b (patch)
tree19555f8292a4fc5410f0c604574c28555d552828 /_includes/serial_dump.html
parenthotfix (#184) (diff)
downloadhack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar.gz
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar.bz2
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar.lz
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar.xz
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.tar.zst
hack-gpon.github.io-74cf656a2b870606e195fa6544a3a35856410b3b.zip
Diffstat (limited to '')
-rw-r--r--_includes/serial_dump.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_includes/serial_dump.html b/_includes/serial_dump.html
new file mode 100644
index 0000000..5cb2bab
--- /dev/null
+++ b/_includes/serial_dump.html
@@ -0,0 +1,13 @@
+
+<details>
+ <summary>{{include.title}}</summary>
+ <div class="language-plaintext highlighter-rouge">
+ <div class="highlight">
+ <pre class="highlight">
+ <code>
+{% include_relative {{include.file | replace: "\", "/" | prepend: 'serial_dump/' | relative_url}} %}
+ </code>
+ </pre>
+ </div>
+ </div>
+</details>