Skip to content

Commit

Permalink
Updating test fixtures to include caption-side style attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Mar 21, 2023
1 parent eced439 commit 78e6eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/options.txt
Expand Up @@ -612,7 +612,7 @@ Table not labeled with autolabel disabled
[nolabel]
.
<table>
<caption>nolabel</caption>
<caption style="caption-side: bottom">nolabel</caption>
<tbody>
<tr>
<td>1</td>
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/standard.txt
Expand Up @@ -485,7 +485,7 @@ Content | **Cell** | Cell |
[ | | ]
.
<table>
<caption id=""> | | </caption>
<caption id="" style="caption-side: bottom"> | | </caption>
<thead>
<tr>
<th></th>
Expand Down Expand Up @@ -606,7 +606,7 @@ Content | ||
[Prototype table]
.
<table>
<caption id="prototypetable">Prototype table</caption>
<caption id="prototypetable" style="caption-side: bottom">Prototype table</caption>
<thead>
<tr>
<th></th>
Expand Down Expand Up @@ -648,7 +648,7 @@ And more | With an escaped '\|' ||
[Prototype table]
.
<table>
<caption id="prototypetable">Prototype table</caption>
<caption id="prototypetable" style="caption-side: bottom">Prototype table</caption>
<thead>
<tr>
<th></th>
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/unspecified.txt
Expand Up @@ -299,7 +299,7 @@ a|table
[repo]: https://github.com/redbug312/markdown-it-multimd-table
.
<table>
<caption id="captionallowsboldorlinkrepo">caption allows <strong>bold</strong> or <a href="https://github.com/redbug312/markdown-it-multimd-table">link</a></caption>
<caption id="captionallowsboldorlinkrepo" style="caption-side: bottom">caption allows <strong>bold</strong> or <a href="https://github.com/redbug312/markdown-it-multimd-table">link</a></caption>
<thead>
<tr>
<th>make</th>
Expand All @@ -325,7 +325,7 @@ a|table
[repo]: https://github.com/redbug312/markdown-it-multimd-table
.
<table>
<caption id="labeled">caption allows <strong>bold</strong> or <a href="https://github.com/redbug312/markdown-it-multimd-table">link</a></caption>
<caption id="labeled" style="caption-side: bottom">caption allows <strong>bold</strong> or <a href="https://github.com/redbug312/markdown-it-multimd-table">link</a></caption>
<thead>
<tr>
<th>make</th>
Expand Down

0 comments on commit 78e6eb6

Please sign in to comment.