Commit Graph

9 Commits

Author SHA1 Message Date
Natalie Weizenbaum
723c2e25a9
Update package-lock.json (#3049)
Co-authored-by: Jennifer Thakar <jathak@google.com>
2021-05-24 19:04:08 -07:00
Christophe Coevoet
fe88353603 Update locked npm dependencies 2021-01-08 11:20:39 +01:00
Natalie Weizenbaum
ba91059291 Migrate JS code to ES6 modules 2020-11-23 16:48:56 -08:00
Natalie Weizenbaum
9f0cb1fb43 Fix broken link references
This also moves a bunch of references around to work around
markedjs/marked#1566.
2019-11-26 20:32:39 -08:00
Natalie Weizenbaum
4df504f7b0
Update npm dependencies (#2747) 2019-09-26 12:18:39 +01:00
TPartida
6b116419d0 Add Standard for JavaScript style 2019-05-13 15:36:09 -07:00
TPartida
b9048cd6cb Run TOC check
Added test for table of contents

Removed unnecesary line

Modified console log color

Added exitCode

Installed npm packages Colors and Diff

Removed Chalk

Added Diff to show errors more precisely

Style tweaks

Simplified the getCurrentToc function

Removed VS Code from .gitignore

Update .travis.yml

Co-Authored-By: TeresaPartidaS <teresapartida.s@gmail.com>

Used trim to get rid of blank spaces

Fixed style issues
2019-05-13 15:40:06 -07:00
Teresa Partida
693291e089 Added test for external links
Updated direction of a file

TOC-check test

Allows to check the TOC of one file

Check TOC of all markdown files

Added test for external links
2019-05-13 15:38:42 -07:00
Teresa Partida
22e1785283 Created .travis.yml file
Added gitignore

Installed markdown-link-check

Added files for markdown-link-check

Removed unnecessary line

Added glob

Added test for links

Added before-script

Added npm install

Changed npm install for npm ci

Created package.json

Squash commits
2019-05-13 15:36:09 -07:00