Esse é um artigo de exemplo que está usando o subtítulo opcional. Olha só, nós podemos mostrar imagens e legendas para as imagens:

Nós temos temos:
- Bullet
- Points
E você pode fazer citações:
"Frase" - outra pessoa
Code snippets são permitidos:
func fibUpToNDigits(n int) []*big.Int {
if n < 1 {
return nil
}
limit := new(big.Int).Exp(big.NewInt(10), big.NewInt(int64(n)), nil) // 10^n
var result []*big.Int
a, b := big.NewInt(0), big.NewInt(1)
for a.Cmp(limit) < 0 {
result = append(result, new(big.Int).Set(a))
a, b = b, new(big.Int).Add(a, b)
}
return result
}
Note que o header, ainda será menor que o título:
Header 1
Header 2
Header 3
E também podemos mostrar vídeos do YouTube, tanto por hyperlink quanto embutindo o player entre parágrafos:
Suportando emojis! 😋
E hyperlinks!
A gente talvez suporte LaTeX! Não sei como: