Using the editor: images, tables, and code

·

Article bodies are written in a rich-text (TinyMCE) editor. The output is sanitised on display, so a wide set of formatting is supported while scripts and unsafe markup are stripped.

Images

Insert images using the editor's upload control. Files are stored on the server and served from /uploads/kb/. Allowed types are JPEG, PNG, WebP and GIF, up to 10 MB; SVG is not allowed. Each upload is validated as a real image before it is saved.

Important: images pasted as inline base64 data are not kept — only uploaded files persist. Always upload images rather than pasting them inline.

Tables

Full tables are supported, including thead/tbody, header cells, and merged cells via colspan/rowspan.

Code

Inline code and fenced pre blocks render as written. Use them for commands, config snippets, and file paths.

What gets sanitised

You may paste source HTML, but anything outside the allow-list is removed on display: <script>, event handlers such as onclick, javascript: URLs, and unlisted CSS properties are all stripped. Links are limited to http, https, mailto and tel.

Was this article helpful?
Still need help? Contact SummitPSA support.