My html page

header

underline header

underline sticky header

inline Header

(with not bold part)


inline underline Header

(with not bold part)

inline underline sticky Header

(with not bold part)

Text

Standard Text

This is a paragraph of text. It contains some bold text to highlight terms, some italic text to reference or quote other sources, some code and of course you can include links to other pages.

AutoFill Text

{{text-01}} {{text-02}}

{{text-01}}

AutoFill Table

The Auto_Fill function works also for tables. As the repeatiton happens on the table body, you need to provide the table body id to the Auti_Fill function

Country City River Food
{{Country}} {{City}} {{River}} {{Food}}

Show Ego HTML Code

With the function ShowHTMLinTextArea you can display the html code of the ego html page, explaining the structure of your site. In contrast to Auto_Fill you need to pass over the actual DOM elements, the source element whos innerHTML shall be exposed and the target div where the innerHTML shall be shown. It's usefull to also add a height class to the target (h-180)

Show Ego Javascript Code

The function ShowHTMLinTextArea works also for script parts. If a script element was identified, then by default the backgroundcolor is grey.

When you set the second argument to true, then the outerHTML is shown

MarkDown

Markdown to HTML

Source Back from HTML
HTML Code HTML Output