Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ddee972

Browse files
committed
feat(prism-loader): introduce prism-loader
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.
1 parent 95da6da commit ddee972

File tree

28 files changed

+109938
-8102
lines changed

28 files changed

+109938
-8102
lines changed

.github/workflows/workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: ${{ matrix.node-version }}
19+
- name: use latest npm
20+
run: npm i npm -g
1921
- name: npm install, build, and test
2022
run: |
2123
npm ci

package-lock.json

+51,775-7,741
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)