Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NPM readme file showing up broken

I have this readme file.

https://pastebin.com/ihH0SKF3

It is written in markdown, and there are code blocks in it


Is there something wrong with my readme file?

On github, it shows up fine enter image description here

But on npmjs.com, it shows up as this

enter image description here

How do I fix this? Is there something wrong with my embed?

Here is the link for the package if needed https://www.npmjs.com/package/no-comma?activeTab=readme

like image 881
Bob joe12 Avatar asked Oct 15 '25 04:10

Bob joe12


1 Answers

I had the same problem. Waiting one minute and performing a hard reload (Ctrl + Shift + R) fixed the problem. Possibly just waiting and reloading is enough.

like image 151
simon Avatar answered Oct 16 '25 17:10

simon