8
0
Fork 0
daux.io/docs/01_Features/Auto_Syntax_Highlight.md

557 B

With the help of highlight.js We can higlight more than 50 languages.

Here is a quick example :

HTML (with inline css and javascript)

<!DOCTYPE html>
<title>Title</title>

<style>body {width: 500px;}</style>

<script type="application/javascript">
  function $init() {return true;}
</script>

<body>
  <p checked class="title" id='title'>Title</p>
  <!-- here goes the rest of the page -->
</body>

See the full list of supported languages in Daux.io