diff options
author | Benoit Masson <yahoo@perenite.com> | 2023-04-26 13:58:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 13:58:15 +0200 |
commit | 74cf656a2b870606e195fa6544a3a35856410b3b (patch) | |
tree | 19555f8292a4fc5410f0c604574c28555d552828 /_includes | |
parent | hotfix (#184) (diff) | |
download | hack-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 '_includes')
-rw-r--r-- | _includes/serial_dump.html | 13 |
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> |