Themes README.md missing the noEmptyLineBeforeBlock option?

Thx to @kaushalmodi

So I now just add
+++
[blackfriday]
extensions = [“noEmptyLineBeforeBlock”]
+++

in the theme README.md

This way the rendered markdown is more similar for GFM and blackfriday …