djLint/tests/test_config/test_scripts_styles/ignore.html

22 lines
401 B
HTML
Raw Normal View History

<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>