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.
8989
9090[%autowidth]
9191|===
92- |Input | Output
92+ |Input | Output | Example
9393
9494m|"foo\nbar"
9595l|foo
9696bar
97+ a|
98+ [source,ruby]
99+ ----
100+ puts "foo\nbar"
101+ ----
97102|===
98103
99104Select menu:File[Open Project] to open the project in your IDE.
Original file line number Diff line number Diff line change 197197 */
198198}
199199
200+ .doc td .tableblock > .content > : first-child {
201+ margin-top : 0 ;
202+ }
203+
200204.doc table .tableblock th ,
201205.doc table .tableblock td {
202206 padding : 0.5rem ;
300304}
301305
302306.doc .admonitionblock td .content > : first-child {
303- margin : 0 ;
307+ margin-top : 0 ;
304308}
305309
306310.doc .admonitionblock pre {
432436 font-size : inherit;
433437}
434438
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-
446439.doc ol ,
447440.doc ul {
448441 margin : 0 ;
You can’t perform that action at this time.
0 commit comments