mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Syntax: Remove debug and add nice Source Code Pro font
Markdown - Allow inline code comment of `dt-tag etc
This commit is contained in:
parent
3508868042
commit
c4e10c3de6
@ -1 +1 @@
|
||||
b52f837bc6f702d10eed49ff21cea77689f98f5c
|
||||
5bcf2b4b7c715963c5fa9d94c364c786e26e1658
|
||||
|
@ -44,7 +44,7 @@
|
||||
vertical-align: baseline !important;
|
||||
width: auto !important;
|
||||
box-sizing: content-box !important;
|
||||
font-family: "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
|
||||
font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
font-size: 1em !important;
|
||||
|
3
examples/resources/syntax/shCore.js
vendored
3
examples/resources/syntax/shCore.js
vendored
@ -256,7 +256,6 @@ var sh = {
|
||||
conf = sh.config,
|
||||
result = []
|
||||
;
|
||||
console.log( elements );
|
||||
|
||||
// support for <SCRIPT TYPE="syntaxhighlighter" /> feature
|
||||
if (conf.useScriptTags)
|
||||
@ -301,8 +300,6 @@ var sh = {
|
||||
conf = sh.config
|
||||
;
|
||||
|
||||
console.log( 'elements', elements );
|
||||
|
||||
if (elements.length === 0)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user