We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c835d01 commit 41e0e4aCopy full SHA for 41e0e4a
readme.md
@@ -37,7 +37,7 @@ For attributes that contains dash(-) in their names, replace all dashes with und
37
Any name without an `_` will be treated as an HTML element. This means, you can even create your own HTML elements. There is no limit. For example
38
`::random()::_id("random1")::__text("A Text here")::random(1);` will generate an html markup: `<random id="random1">A Text here</random>`.
39
40
-To close a previously opened tag, pass 1 as the argument to the open tag's function. For example, `::p()::text("Hello")::p(1)`. Notice the `::p(1)`.
+To close a previously opened tag, pass 1 as the argument to the open tag's function. For example, `::p()::__text("Hello")::p(1)`. Notice the `::p(1)`.
41
42
## The __text() Function
43
Use this function to put text/markup/code/string between opening and closing tags.
0 commit comments