mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-20 23:30:24 +00:00
21 lines
401 B
HTML
21 lines
401 B
HTML
<script>
|
|
/* beautify preserve:start */
|
|
function(){}
|
|
function(){}
|
|
function(){}
|
|
|
|
/* beautify preserve:end */
|
|
</script>
|
|
<script>
|
|
/* beautify ignore:start */
|
|
function(){}
|
|
function(){}
|
|
function(){}
|
|
|
|
/* beautify ignore:end */
|
|
</script>
|
|
<style>
|
|
/* beautify ignore:start */
|
|
.class {display: none;}
|
|
/* beautify ignore:end */
|
|
</style>
|