Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

inserthtml

Insert html in GUI console.

Syntax

  • inserthtml(html_txt)

Input argument

  • html_txt - a string: html text

Description

inserthtml inserts html code in GUI console.

Example

inserthtml(markdown(fileread([nelsonroot(),'/CHANGELOG.md'])))

See also

markdown, fileread.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET