YAML error with fastpages

Hi all,

I am trying to get my fastpages blog working and this is what I have in the first (markdown) cell:

# Focal Loss for Multi-class Classification
> Extending normal Focal Loss

- toc:true- branch: master- badges: true- comments: true
- author: Sachin Abeywardana
- categories: [pytorch, loss function]

And I am getting the following error:

Error: YAML Exception reading /github/workspace/_posts/2020-11-28-focal-loss.md: (<unknown>): mapping values are not allowed in this context at line 5 column 18

[49](https://github.com/sachinruk/blog/runs/1467219536?check_suite_focus=true#step:7:49)

Any thoughts on what’s going on? The link to the actual repo (and github actions) is here.

Edit 1: Doing loss_function above did not help.

Your first bullet point looks wrong like it’s all crammed into one line

i face the same problem like that.