summaryrefslogtreecommitdiffstats
path: root/_includes/serial_dump.html
blob: 5cb2babf25c3576529f2a7d81d1caaa545338eee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>