uhnomoli / mynt

A static site generator.

Home Page:https://mynt.uhnomoli.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected markdown rendering with lists

tooreht opened this issue · comments

First of all

Thank you very much for open-sourcing such a nifty tool! While playing around with mynt, I wondered what is under the hood and I saw cool things ;-)

The Problem

I encounterd strange markdown rendering with lists. Instead of showing the textual representation of the number on the same line as the actual number (like with github flavoured markdown and most other flavours), it's wrapped in a paragraph and showed on the next line. This really breaks the nice design:

  1. One

    mynt

  2. Two

    your

  3. Three

    site

is rendered like this

mynt-markdown

What's the rendered HTML?

I went ahead and pushed an update to the default theme fixing this. To update your site, I'd just manually merge the CSS changes (e218f82) for whichever version of the default theme you're using. It's only a handful of lines.

Going to close this, but feel free to reopen it if you run into any other issues.

Wow, this was fast! Now it's rendered fine, thank you very much!