The s tags here in the code block, should be rendered verbatim, not interpreted as HTML ones:
h:m:s // 5:02:33
+m:s.mi<s> // 2:33.015
+s.mi<s> // 33.015s
+mi.mc<ms> // 15.007ms
+mc.ns<ns> // 7.234us
+ns<ns> // 234ns
The End.
diff --git a/cmd/tools/vdoc/testdata/output_formats/main.text b/cmd/tools/vdoc/testdata/output_formats/main.text index 28741ac532..21579c4da7 100644 --- a/cmd/tools/vdoc/testdata/output_formats/main.text +++ b/cmd/tools/vdoc/testdata/output_formats/main.text @@ -150,6 +150,16 @@ module main └── main.v ``` + The s tags here in the code block, should be rendered verbatim, not interpreted as HTML ones: + ``` + h:m:s // 5:02:33 + m:s.mi