Skip to content

Commit

Permalink
feat(prism-loader): introduce prism-loader
Browse files Browse the repository at this point in the history
This loader will be removed if we find a good solution. This purpose is to infer code language automatically from Markdown and also it will be able to infer plugins from meta information.
  • Loading branch information
hiroppy committed Feb 7, 2021
1 parent 95da6da commit ddee972
Show file tree
Hide file tree
Showing 28 changed files with 109,938 additions and 8,102 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: use latest npm
run: npm i npm -g
- name: npm install, build, and test
run: |
npm ci
Expand Down
59,516 changes: 51,775 additions & 7,741 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit ddee972

Please sign in to comment.