Skip to content

Commit

Permalink
Simplify code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood authored Apr 6, 2024
1 parent ec51c89 commit 1106aa2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ Simple, one-column table (elements are selected at random with equal weight):

```html
<vellum-random-table select="#result" preroll hideroll>
<caption>
Random Encounters
</caption>
<table>
<thead>
<tr>
Expand All @@ -44,9 +41,6 @@ Two-column table where items are selected by a dice roll:

```html
<vellum-random-table select="#result">
<caption>
Random Encounters
</caption>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -78,9 +72,6 @@ Two-column table where items are selected by a d66:

```html
<vellum-random-table select="#result" hidecalc>
<caption>
Random Encounters
</caption>
<table>
<thead>
<tr>
Expand Down

0 comments on commit 1106aa2

Please sign in to comment.