This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ def table_of_contents(resource)
100
100
101
101
set :markdown_engine , :redcarpet
102
102
103
- set :markdown , :tables => true , :autolink => true ,
104
- :gh_blockcode => true , :fenced_code_blocks => true ,
105
- :smartypants => true , with_toc_data : true
103
+ set :markdown , :tables => false , :autolink => true ,
104
+ :gh_blockcode => false , :fenced_code_blocks => true ,
105
+ :smartypants => false , with_toc_data : true
Original file line number Diff line number Diff line change 2
2
.CodeMirror {border-top : 1px solid black; border-bottom : 1px solid black;}
3
3
.cm-s-default span .cm-arrow { color : red; }
4
4
5
+ /*table.rouge-table.tr {
6
+ background-color: blue;
7
+ border: 0px;
8
+ }*/
9
+
10
+
5
11
.page-header {
6
12
color : # fff ;
7
13
text-align : left;
49
55
font-size : 0.9rem ;
50
56
color : # 383e41 ;
51
57
background-color : # f3f6fa ;
52
- border-radius : 0.3 rem ; }
58
+ border-radius : 0.0 rem ; }
53
59
.main-content pre {
54
60
padding : 0.8rem ;
55
61
margin-top : 0 ;
58
64
color : # 567482 ;
59
65
word-wrap : normal;
60
66
background-color : # f3f6fa ;
61
- border : solid 1 px # dce6f0 ;
67
+ border : solid 0 px # dce6f0 ;
62
68
border-radius : 0.3rem ; }
63
69
.main-content pre > code {
64
70
padding : 0 ;
You can’t perform that action at this time.
0 commit comments