content property
The Markdown content of the page.
You can use (== include {path} ==) to include content from a
Markdown file. The content can be used to produce the documentation page
such as HTML format page.
Implementation
core.String? content;
The Markdown content of the page.
You can use (== include {path} ==) to include content from a
Markdown file. The content can be used to produce the documentation page
such as HTML format page.
core.String? content;