Appearance
function comment(value): Node;
Defined in: comment.ts:26
Builder-element for an comment
value
string
Node
A markdown node
import { define, comment } from "@ogs-gmbh/markdown"; const markdown = define( comment("I like this lib") ); console.assert( markdown.toString() );
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#hiding-content-with-comments
1.0.0
Simon Kovtyk
comment()
Defined in: comment.ts:26
Builder-element for an comment
Parameters
valuestring|NodeReturns
NodeA markdown node
Example
See
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#hiding-content-with-comments
Since
1.0.0
Author
Simon Kovtyk