* 744:1453: ERROR: Start tag of nonvoid HTML element ends with '/>', use '>'.
> `HTML-Proofer found 42 failures!
> Error: Process completed with exit code 1.`
I want to post my .ipynb file on my blog, so I downloaded the .ipynb file as a .md file in Jupyter notebook.
When I put the .md file in the _posts folder and checked the blog through jekyll serve (using jekyll-theme-chirpy), it worked fine.
But when I tried to post that .md file to my GitHub blog, there was an error (above) in GitHub actions that I can't understand.
how can I solve this problem?
I did:
- theme upgrade
- I tried some things in window and mac both
- I wrote the front matter in a .md file