Fixes.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 12:05:43 +0000
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
web/contents/get.html
→
web/contents/get.html
@@ -63,7 +63,8 @@ </pre>
<p>If you do not specify any option or argument, a simple <abbr title="Read-Eval-Print-Loop">REPL</abbr> will be started.</p> - + <p>Alternatively, you can also pipe input from standard input:<p> + <pre><code>echo "0x2 0x2 + puts" | hex</code></pre> <h3>Syntax Highlighting</h3> <p>If you use the Vim editor, you can use <a href="https://github.com/h3rald/hex/blob/master/hex.vim" target="_blank">hex.vim</a> to highlight hex files.</p>