teesloane / firn

Org Mode Static Site Generator
Eclipse Public License 1.0
324 stars 24 forks source link

emoji as first character in title leads to something a bit strange #105

Closed holtzermann17 closed 2 years ago

holtzermann17 commented 3 years ago

Here's an example block:

* ⚙ #1 GAMIFY

Make it a game.  Set achievements.  Earn points and badges.  Impose
the reign of fun.  A gamified solution can foster motivation and
involvement as well as constraining citizens’ behavior by telling them
what has to be done and what is considered a success.

In the generated source I see:

<div class="firn-headline-section firn-headline-section-1">
<>
<span class="firn-headline-text">
<span>⚙ #1 GAMIFY</span></span></><section><p><span>Make it a game. ...

The empty angle brackets on the second line here <> seem to appear from nowhere!

teesloane commented 2 years ago

fixed in 0.15!