Difference between Github and npm score

I have a Node package on Github ( https://github.com/jrootham/argument-spec ) and npm ( https://www.npmjs.com/package/argument-spec ). There is a specification table in which the first cell contains the word "undefined". It displays fine on Github, but is empty on npm. Does anyone know what is going on. I searched for npm markdown documents but did not appear.

+4
source share
2 answers

If you are generating npm readme html pages (in this question ) with , you have example tables , like this one : evilstreak/markdown-js

| First Header | Second Header |
| ------------- | ------------- |
| Content 1 | Content 2 |
| Content 3 | Content 4 |

issue 230, supoprt , .

., :

####Specification meanings

|Specification|Valid argument|
-----------|----------
|undefined|anything|
|''|string|

PR (Pull Request 480 :

newww, marky-markdown readme. :

  • - !
  • HTML sanitize-html
  • URL- Gravatar
  • GitHub
  • CDN.

, , markdown-it, .

+1

@Jim Rootham npm : marky-markdown . , - ; - npm, https://github.com/npm/newww

0

All Articles