silverbulletmd / silverbullet-pub

Publish your Silver Bullet space to the Internet
https://pub.silverbullet.md
7 stars 2 forks source link

Bug: Frontmatter leaves behind a newline in the final output #11

Open KoiledLobster opened 3 months ago

KoiledLobster commented 3 months ago

Consider a page like thusly:

---
displayName: Test page
---
# Hello, world

One may expect the frontmatter to be a no-op in the final page, but in reality it leaves behind a br tag.

<br>
<h1>Hello, world!</h1>