File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,16 @@ Eu mea munere vituperata constituam.
89
89
90
90
[%autowidth]
91
91
|===
92
- |Input | Output
92
+ |Input | Output | Example
93
93
94
94
m|"foo\nbar"
95
95
l|foo
96
96
bar
97
+ a|
98
+ [source,ruby]
99
+ ----
100
+ puts "foo\nbar"
101
+ ----
97
102
|===
98
103
99
104
Select menu:File[Open Project] to open the project in your IDE.
Original file line number Diff line number Diff line change 197
197
*/
198
198
}
199
199
200
+ .doc td .tableblock > .content > : first-child {
201
+ margin-top : 0 ;
202
+ }
203
+
200
204
.doc table .tableblock th ,
201
205
.doc table .tableblock td {
202
206
padding : 0.5rem ;
300
304
}
301
305
302
306
.doc .admonitionblock td .content > : first-child {
303
- margin : 0 ;
307
+ margin-top : 0 ;
304
308
}
305
309
306
310
.doc .admonitionblock pre {
432
436
font-size : inherit;
433
437
}
434
438
435
- .doc table .tableblock .paragraph {
436
- margin : 0 ;
437
- padding : 0 ;
438
- }
439
-
440
- .doc table .tableblock .admonitionblock ,
441
- .doc .ulist .admonitionblock ,
442
- .doc .olist .admonitionblock {
443
- padding : 0 ;
444
- }
445
-
446
439
.doc ol ,
447
440
.doc ul {
448
441
margin : 0 ;
You can’t perform that action at this time.
0 commit comments