Skip to content

Commit 3f48c76

Browse files
committed
AsciiDoc + Tables
1 parent cd9bdbf commit 3f48c76

File tree

2 files changed

+39
-6
lines changed

2 files changed

+39
-6
lines changed

src/css/asciidoctor.less

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,25 @@
6161
}
6262

6363
}
64+
65+
/*
66+
* Tables
67+
*/
68+
table.tableblock {
69+
70+
.table();
71+
.table-bordered();
72+
.table-striped();
73+
74+
td {
75+
margin: 0;
76+
padding: 0;
77+
}
78+
79+
td>.paragraph:last-child p>p:last-child,
80+
th>p:last-child,
81+
td>p:last-child{
82+
margin-bottom: 0
83+
}
84+
85+
}

src/ozark/docs/install-snapshots.adoc

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,20 @@ To do so, just add the following configuration to your `pom.xml`:
3131

3232
By adding this repository to your POM, you will be able to use the snapshot versions of the various artifacts:
3333

34-
* **Specification:**
35-
** Stable version: `{{versions.spec.latest}}`
36-
** Snapshot version: `{{versions.spec.develop}}`
37-
* **Ozark (RI):**
38-
** Stable version: `{{versions.ozark.latest}}`
39-
** Snapshot version: `{{versions.ozark.develop}}`
34+
35+
[cols="2,2,3" ,options="header"]
36+
|===
37+
38+
| Artifact
39+
| Stable version
40+
| Snapshot version
41+
42+
| Specification
43+
| `{{versions.spec.latest}}`
44+
| `{{versions.spec.develop}}`
45+
46+
| Ozark (RI)
47+
| `{{versions.ozark.latest}}`
48+
| `{{versions.ozark.develop}}`
49+
50+
|===

0 commit comments

Comments
 (0)