We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2536062 commit af54e4aCopy full SHA for af54e4a
readme.md
@@ -72,10 +72,12 @@ here. ``tdiv`` produces a ``<div>`` virtual DOM node.
72
As you can see, karax comes with its own ``buildHtml`` DSL for convenient
73
construction of (virtual) DOM trees (of type ``VNode``). Karax provides
74
a tiny build tool called ``karun`` that generates the HTML boilerplate code that
75
-embeds and invokes the generated JavaScript code::
+embeds and invokes the generated JavaScript code:
76
77
-``nim c karax/tools/karun``
78
-``karax/tools/karun -r helloworld.nim``
+```shell
+nim c karax/tools/karun
79
+karax/tools/karun -r helloworld.nim
80
+```
81
82
Via ``-d:debugKaraxDsl`` we can have a look at the produced Nim code by
83
``buildHtml``:
0 commit comments