Kirbytext and code


Auto answer : stupid message
</> in kirby is for integrate code (like youtube frame)
</> in kirby forum is for preformatte (like <pre>) 

Hi,

How to easily write code and add images in page with text panel interface ?

`<p>loremp</p>
<h1>Ipsum</h1>`   <--- code button

(image: cats.png)   <--- file button

image is OK but code is in paragraph tag, I can manually rewrite with

```html … ```

but…

For blocks of code, use three backticks “```” on separate lines before and after the code.

Both here and in Kirby textareas.

It’s just a UI problem ;¬)