forked from 0x2620/oxjs
better syntax highlighter demo, some bugfixes
This commit is contained in:
parent
37219bfbe9
commit
0b629a1b40
4 changed files with 214 additions and 189 deletions
|
|
@ -129,6 +129,7 @@ Ox.DocPage = function(options, self) {
|
|||
);
|
||||
$elements.push(
|
||||
Ox.SyntaxHighlighter({
|
||||
showLineNumbers: true,
|
||||
// fixme: silly
|
||||
source: item.source.map(function(token) {
|
||||
return token.source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue