jacobtomlinson/carte-noire

Numbered lists displaying as bulleted ones

Closed this issue · 6 comments

Love the template. Just having some issues with making lists, a favourite pass-time.

Your example has lists coded in markdown as:

### There are lists, too

  * Apples
  * Oranges
  * Potatoes
  * Milk

  1. Mow the lawn
  2. Feed the dog
  3. Dance

However this displays as
selection_001

Thanks for raising this. I'll take a look when I get a chance.

The issue appears to be with redcarpet being used, since the example that inspired you for that demo is rendered with kramdown. I switched to kramdown as well after getting weird issues once I included a <div> tag in a post

Ah thanks for this. I'll do some testing and if everything seems ok I'll switch the project to kramdown.

@radumas this is rather odd. I've tried switching to kramdown and I'm still getting the same issue. Before I go diving in do you remember changing anything else?

Hi!

Sorry! So I changed the following in the config.yml

markdown: kramdown
highlighter: pygments
kramdown: 
    input: GFM

And then I think lists should work if typed normally. I did have an issue initially because kramdown takes a different format for lists.