logo

demo

Unnamed repository; edit this file 'description' to name the repository.
commit: 63c4acb1142cb9d086e19d7c8b9fae494e58d634
parent 4232b58b60f505ebd95c6cee04cb53cfd1d9cd69
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 25 Oct 2020 14:29:57 +0100

index: Add how control characters should render

Diffstat:

Mindex.html9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -22,8 +22,13 @@ I am trash main() <h2>List of Demos</h2> <ul> <li><a href="sorttable">dynamicaly sorttable table</a></li> - <li>Here's a fun command to copypasta (Known to work in WebKitGTK 2.30.2, Firefox 82.0, Chromium 86.0.4240.111, Dillo 3.1_pre20181005):<br /><pre><code><samp>echo yes this is what you get - </samp></code></pre></li> + <li><p>Here's a fun command to copypasta (Known to work in WebKitGTK 2.30.2, Firefox 82.0, Chromium 86.0.4240.111, Dillo 3.1_pre20181005):<br /><pre><code><samp>echo yes this is what you get + </samp></code></pre> + </p> + <details> + <summary>This is how it should render</summary> + <code>echo ^W^W^Wyes this is what you get↵</code> + </details></li> </ul> </main> <footer>Copyright 2018 Haelwenn (lanodan) Monnier. Distributed under the <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0 License</a>. Obviously, this demoset agrees that <a href="http://simpleweb.iscute.ovh/">simple web is cute</a>.</footer>