Skip to content

Commit

Permalink
Add fragments on table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
johthor committed Mar 23, 2023
1 parent 19cfd09 commit 22846be
Show file tree
Hide file tree
Showing 4 changed files with 717 additions and 707 deletions.
2 changes: 1 addition & 1 deletion docs/modules/project/pages/hacking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Go to `test/doctest` folder and install `reveal.js`:

From the project's root directory:

$ bundle exec rake doctest::generate FORCE=yes
$ bundle exec rake doctest:generate FORCE=yes

=== Open rendered files

Expand Down
10 changes: 10 additions & 0 deletions examples/fragments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ This is step two:

$ echo 'hello world'
--

== Fragments on tables

[%rowStep]
|===
|Fruit |Color

|Apple |red
|Banana |yellow
|===
Loading

0 comments on commit 22846be

Please sign in to comment.