Hi, I'm using the theme but I noticed that after any heading the markdown interpreter does not add a new blank line to separate the text from the rest of the paragraph.
Example, this:
#### Habilitar IP Forward
Lo primero que se debe hacer es habilitar [ip_forward](https://docs.docker.com/engine/network/firewall-nftables/#ip-forwarding), ya que de otro modo la red bridge de docker no funciona. Para ello hay que crear un archivo con la configuración deseada y actualizar los valores del kernel.
It is shown like this:

Shouldn't a blank line or space be displayed after the heading?
Just to clarify, I downloaded the latest version of the theme and only modified the font-family of the post content, but the same thing happened when leaving the font at its default value (Georgia, serif).
Thanks.
PD: The markdown interpreter of github respect the blank line as show below.
Habilitar IP Forward
Lo primero que se debe hacer es habilitar ip_forward, ya que de otro modo la red bridge de docker no funciona. Para ello hay que crear un archivo con la configuración deseada y actualizar los valores del kernel.
Hi, I'm using the theme but I noticed that after any heading the markdown interpreter does not add a new blank line to separate the text from the rest of the paragraph.
Example, this:
It is shown like this:
Shouldn't a blank line or space be displayed after the heading?
Just to clarify, I downloaded the latest version of the theme and only modified the font-family of the post content, but the same thing happened when leaving the font at its default value (Georgia, serif).
Thanks.
PD: The markdown interpreter of github respect the blank line as show below.
Habilitar IP Forward
Lo primero que se debe hacer es habilitar ip_forward, ya que de otro modo la red bridge de docker no funciona. Para ello hay que crear un archivo con la configuración deseada y actualizar los valores del kernel.