Not sure if this is a bug, or the intended behavior.
My md ul lists are being generated with several <br> tags in between items. The deeper the nesting, the more <br> tags.
This is an excerpt of the md file
## Conteúdo
- O que é estrutura Co-locada (on premises), o que é estrutura híbrida e o que é estrutura em-nuvem?
- Em Nuvem (cloud based)
- Uma estrutura em-nuvem tem todos os seus principais recursos providos por um provedor de serviços em nuvem.
- Uma definição formal de serviço em nuvem pode ser:
- Entrega via internet de um serviço de Tecnologia da Informação, sob demanda, em um modelo de pague-pelo-que-consome.
- Brown Field é quando você migra um serviço existente
- Green field é quando você começa do zero na nuvem, alguns também chamam isto de Cloud

I also need to mention I am using markdown2 indirectly via oboe.
I'm on mac os
(oboe) > $ pip3 list
Package Version
---------- --------
markdown2 2.4.0
oboe 0.2
pip 21.0.1
pypandoc 1.5
regex 2021.4.4
setuptools 54.1.2
wheel 0.36.2
Not sure if this is a bug, or the intended behavior.
My md ul lists are being generated with several
<br>tags in between items. The deeper the nesting, the more<br>tags.This is an excerpt of the md file
I also need to mention I am using markdown2 indirectly via oboe.
I'm on mac os