diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-02-06 00:56:14 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-02-06 00:56:14 -0700 |
| commit | 16e0d5802d11ac7027801c54043a47e2e22686cd (patch) | |
| tree | 39bc9f46dd5c4719844eef27556528dc0c6bb733 /examples | |
| parent | 65161cc338f5d45d5c24832a1daff3e5524cf678 (diff) | |
actually use frame=ends instead of frame=topbot in chronicles example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/chronicles-example.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 36e9702d..d9bd9fa5 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -358,7 +358,7 @@ We already showed you an XML example in <<ravages>>, a language we often rant ab I'll trade you a little table for some of that bark. -[cols=4,frame=topbot,grid=rows] +[cols=4,frame=ends,grid=rows] |=== |Column 1 |Column 2 |Column 3 |Column 4 @@ -493,7 +493,7 @@ Here's some content inside an open block. == Credits .Brought to you with icon:heart[set=fas,role=love] by OpenDevise -[%header%footer,cols="2,2s,^4",grid=rows,frame=end,width=75%,caption=] +[%header%footer,cols="2,2s,^4",grid=rows,frame=ends,width=75%,caption=] |=== |Name |Title |Alias |
