···1111 - projects
1212 - Esporo
1313 - feeds RSS
1414+ - tests
1415---
15161617This is the Esporo RSS feed.
+5
_posts/2026-02-16-a-test-post.md
···33date: 2026-02-16
44title: A Test Post
55category: Notes
66+tags:
77+ - markup
88+ - tests
99+ - HTML
1010+ - amoeba
611---
712813Hello, this is a _test_.
+7-2
_posts/2026-02-20-text-formatting.md
···11---
22layout: post
33title: Text formatting
44+author: arthur
55+tags:
66+ - HTML
77+ - semantics
88+ - markup
49---
510611Este é um parágrafo comum com **negrito**, *itálico*, ***negrito e itálico***, ~~tachado~~ e `código inline`. Também há [um link](https://example.com) e [um link com título](https://example.com "Título do link").
···189194190195### Imagem simples (Markdown)
191196192192-
197197+
193198194199### Figura com legenda (HTML puro)
195200196201<figure>
197197- <img src="https://placehold.co/800x400" alt="Imagem de exemplo" />
202202+ <img src="https://placehold.co/800x400" ="Imagem de exemplo" />
198203 <figcaption>Legenda descritiva da figura.</figcaption>
199204</figure>
200205