Skip to content

Commit c07322f

Browse files
authored
Merge branch 'develop' into patch-1
2 parents 8c48c06 + a8f9fc1 commit c07322f

File tree

8 files changed

+380
-1003
lines changed

8 files changed

+380
-1003
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
- name: Lint
2727
run: npm run lint
2828

29+
- name: Install dependencies [server-renderer]
30+
working-directory: ./packages/docsify-server-renderer
31+
run: npm ci --ignore-scripts
32+
- name: Build [server-renderer]
33+
working-directory: ./packages/docsify-server-renderer
34+
run: npm ci --ignore-scripts
35+
2936
test-jest:
3037
runs-on: ${{ matrix.os }}
3138
strategy:

docs/language-highlight.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Support for [additional languages](https://prismjs.com/#supported-languages) is
1414
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
1515
```
1616

17+
!> This `<script>` tag must be placed after the docisfy `<script>` to work.
18+
1719
To enable syntax highlighting, wrap each code block in triple backticks with the [language](https://prismjs.com/#supported-languages) specified on the first line:
1820

1921
````

0 commit comments

Comments
 (0)