mirror of https://github.com/helix-editor/helix
6 lines
220 B
HTML
6 lines
220 B
HTML
|
<!-- <p>Comment toggle #[|on this line ]#should use the HTML comment token(s).</p> -->
|
||
|
<script type="text/javascript">
|
||
|
// Comment toggle #(|on this line )#should use the javascript comment token(s).
|
||
|
foo();
|
||
|
</script>
|