mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 14:49:59 +08:00
Added "Getting Started" API docs
This commit is contained in:
10
resources/js/components/code-highlighter.js
Normal file
10
resources/js/components/code-highlighter.js
Normal file
@ -0,0 +1,10 @@
|
||||
import Code from "../services/code"
|
||||
class CodeHighlighter {
|
||||
|
||||
constructor(elem) {
|
||||
Code.highlightWithin(elem);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default CodeHighlighter;
|
Reference in New Issue
Block a user