Skip to content

Commit

Permalink
Merge branch 'develop' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 authored Jan 5, 2023
2 parents 8c48c06 + a8f9fc1 commit c07322f
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 1,003 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Lint
run: npm run lint

- name: Install dependencies [server-renderer]
working-directory: ./packages/docsify-server-renderer
run: npm ci --ignore-scripts
- name: Build [server-renderer]
working-directory: ./packages/docsify-server-renderer
run: npm ci --ignore-scripts

test-jest:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 2 additions & 0 deletions docs/language-highlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Support for [additional languages](https://prismjs.com/#supported-languages) is
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
```

!> This `<script>` tag must be placed after the docisfy `<script>` to work.

To enable syntax highlighting, wrap each code block in triple backticks with the [language](https://prismjs.com/#supported-languages) specified on the first line:

````
Expand Down
Loading

0 comments on commit c07322f

Please sign in to comment.