We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e388404 commit d2e9d0dCopy full SHA for d2e9d0d
lua/banana/nml/ast.lua
@@ -1625,8 +1625,8 @@ end
1625
1626
---Adds ast {node} as a child to this node
1627
---
1628
----note: if you add a block element (eg <div>) as a descendant of an inline
1629
----element (eg <span>) you will get a LineTooBig error when trying to render
+---note: if you add a block element (eg `<div>`) as a descendant of an inline
+---element (eg `<span>`) you will get a LineTooBig error when trying to render
1630
1631
---note: {node} CANNOT be a string
1632
---@param node Banana.Ast the node to append as a child
0 commit comments