We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4893fac commit e20929eCopy full SHA for e20929e
_config.yml
@@ -5,14 +5,13 @@ description: |
5
baseurl: "/chai-docs"
6
7
safe: true
8
-markdown: redcarpet
9
-redcarpet:
10
- extensions:
11
- - no_intra_emphasis
12
- - tables
13
- - autolink
14
- - strikethrough
15
- - with_toc_data
+markdown: kramdown
+kramdown:
+ input: GFM
+ syntax_highlighter: rouge
+ syntax_highlighter_opts:
+ default_lang: js
+
16
exclude:
17
- node_modules
18
- package.json
_sass/_main.scss
@@ -1743,3 +1743,11 @@ body.tests #mocha .test.fail h2:before {
1743
padding-right: 6px;
1744
color: #f00;
1745
}
1746
1747
+.highlight {
1748
+ margin: 0;
1749
+}
1750
1751
+.highlighter-rouge {
1752
+ margin-bottom: 1.5em;
1753
0 commit comments