-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 61a970e 🚀
- Loading branch information
1 parent
58a3bf0
commit eab101e
Showing
4 changed files
with
2,569 additions
and
2,519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,85 +394,86 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_6tpmibmptrztw8eg5twn</title> | ||
<title>tinytable_zwvhdzozqn1pzv1lzjqh</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<style> | ||
table { | ||
width: auto; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
</style> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} | ||
}); | ||
</script> | ||
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_6tpmibmptrztw8eg5twn"> | ||
<thead> | ||
|
||
<tr> | ||
<th scope="col">mpg</th> | ||
<th scope="col">cyl</th> | ||
<th scope="col">disp</th> | ||
<th scope="col">hp</th> | ||
<th scope="col">drat</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
<tr> | ||
<td>21</td> | ||
<td>6</td> | ||
<td>160</td> | ||
<td>110</td> | ||
<td>3.9</td> | ||
</tr> | ||
<tr> | ||
<td>21</td> | ||
<td>6</td> | ||
<td>160</td> | ||
<td>110</td> | ||
<td>3.9</td> | ||
</tr> | ||
<tr> | ||
<td>22.8</td> | ||
<td>4</td> | ||
<td>108</td> | ||
<td>93</td> | ||
<td>3.85</td> | ||
</tr> | ||
<tr> | ||
<td>21.4</td> | ||
<td>6</td> | ||
<td>258</td> | ||
<td>110</td> | ||
<td>3.08</td> | ||
</tr> | ||
</tbody> | ||
<script> | ||
function styleCell_6tpmibmptrztw8eg5twn(i, j, css_id) { | ||
var table = document.getElementById("tinytable_6tpmibmptrztw8eg5twn"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_6tpmibmptrztw8eg5twn'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
newCell.innerText = content; | ||
} | ||
// tinytable cells before this | ||
</script> | ||
</table> | ||
|
||
<table id="tinytable_zwvhdzozqn1pzv1lzjqh" class="table table-sm table-striped small" data-quarto-postprocess="true"> | ||
<thead> | ||
<tr class="header"> | ||
<th data-quarto-table-cell-role="th" scope="col">mpg</th> | ||
<th data-quarto-table-cell-role="th" scope="col">cyl</th> | ||
<th data-quarto-table-cell-role="th" scope="col">disp</th> | ||
<th data-quarto-table-cell-role="th" scope="col">hp</th> | ||
<th data-quarto-table-cell-role="th" scope="col">drat</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="odd"> | ||
<td>21</td> | ||
<td>6</td> | ||
<td>160</td> | ||
<td>110</td> | ||
<td>3.9</td> | ||
</tr> | ||
<tr class="even"> | ||
<td>21</td> | ||
<td>6</td> | ||
<td>160</td> | ||
<td>110</td> | ||
<td>3.9</td> | ||
</tr> | ||
<tr class="odd"> | ||
<td>22.8</td> | ||
<td>4</td> | ||
<td>108</td> | ||
<td>93</td> | ||
<td>3.85</td> | ||
</tr> | ||
<tr class="even"> | ||
<td>21.4</td> | ||
<td>6</td> | ||
<td>258</td> | ||
<td>110</td> | ||
<td>3.08</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
</div> | ||
|
||
<script> | ||
function styleCell_zwvhdzozqn1pzv1lzjqh(i, j, css_id) { | ||
var table = document.getElementById("tinytable_zwvhdzozqn1pzv1lzjqh"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_zwvhdzozqn1pzv1lzjqh'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
newCell.innerText = content; | ||
} | ||
// tinytable cells before this | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
@@ -491,32 +492,25 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_vgrheasbv98hqwhthynd</title> | ||
<title>tinytable_wz8wdf0kxknx99rp0lyo</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<style> | ||
table { | ||
table-layout: fixed; width: 50% !important; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
.table td.tinytable_css_ofhpeb33jgjo5wpw4iwd, th.tinytable_css_ofhpeb33jgjo5wpw4iwd { text-align: center } | ||
.table td.tinytable_css_vy7m1qg7gts6ea48vd8m, th.tinytable_css_vy7m1qg7gts6ea48vd8m { text-align: center } | ||
.table td.tinytable_css_xlykikw98wlmccfxc02q, th.tinytable_css_xlykikw98wlmccfxc02q { text-align: right } | ||
.table td.tinytable_css_2zp8eyqn2pslospc9hg7, th.tinytable_css_2zp8eyqn2pslospc9hg7 { text-align: right } | ||
.table td.tinytable_css_7ojeiq1homrslx6lb0di, th.tinytable_css_7ojeiq1homrslx6lb0di { text-align: left } | ||
.table td.tinytable_css_0ldr8wo6uxb82qwpaait, th.tinytable_css_0ldr8wo6uxb82qwpaait { text-align: center } | ||
.table td.tinytable_css_50u8wby3735x6v102fk6, th.tinytable_css_50u8wby3735x6v102fk6 { text-align: center } | ||
.table td.tinytable_css_1gt4byrt2ol7dol15sqd, th.tinytable_css_1gt4byrt2ol7dol15sqd { text-align: right } | ||
.table td.tinytable_css_6kkadbjj552jra3j9a6x, th.tinytable_css_6kkadbjj552jra3j9a6x { text-align: right } | ||
.table td.tinytable_css_2vv8nbitcqsqxxp9bn97, th.tinytable_css_2vv8nbitcqsqxxp9bn97 { text-align: left } | ||
</style> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} | ||
}); | ||
</script> | ||
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
|
||
<div class="container"> | ||
<table class="table table-striped" id="tinytable_vgrheasbv98hqwhthynd"> | ||
<table class="table table-striped" id="tinytable_wz8wdf0kxknx99rp0lyo"> | ||
<thead> | ||
</thead><caption>Data about cars.</caption> | ||
<tbody><tr> | ||
|
@@ -558,48 +552,55 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
<td>3.08</td> | ||
</tr> | ||
</tbody> | ||
<script> | ||
function styleCell_tinytable_css_7ojeiq1homrslx6lb0di(i, j, css_id) { | ||
var table = document.getElementById("tinytable_vgrheasbv98hqwhthynd"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_vgrheasbv98hqwhthynd'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
newCell.innerText = content; | ||
} | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(0, 0, 'tinytable_css_ofhpeb33jgjo5wpw4iwd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(1, 0, 'tinytable_css_ofhpeb33jgjo5wpw4iwd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(2, 0, 'tinytable_css_ofhpeb33jgjo5wpw4iwd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(3, 0, 'tinytable_css_ofhpeb33jgjo5wpw4iwd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(4, 0, 'tinytable_css_ofhpeb33jgjo5wpw4iwd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(0, 1, 'tinytable_css_vy7m1qg7gts6ea48vd8m') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(1, 1, 'tinytable_css_vy7m1qg7gts6ea48vd8m') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(2, 1, 'tinytable_css_vy7m1qg7gts6ea48vd8m') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(3, 1, 'tinytable_css_vy7m1qg7gts6ea48vd8m') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(4, 1, 'tinytable_css_vy7m1qg7gts6ea48vd8m') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(0, 2, 'tinytable_css_xlykikw98wlmccfxc02q') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(1, 2, 'tinytable_css_xlykikw98wlmccfxc02q') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(2, 2, 'tinytable_css_xlykikw98wlmccfxc02q') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(3, 2, 'tinytable_css_xlykikw98wlmccfxc02q') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(4, 2, 'tinytable_css_xlykikw98wlmccfxc02q') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(0, 3, 'tinytable_css_2zp8eyqn2pslospc9hg7') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(1, 3, 'tinytable_css_2zp8eyqn2pslospc9hg7') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(2, 3, 'tinytable_css_2zp8eyqn2pslospc9hg7') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(3, 3, 'tinytable_css_2zp8eyqn2pslospc9hg7') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(4, 3, 'tinytable_css_2zp8eyqn2pslospc9hg7') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(0, 4, 'tinytable_css_7ojeiq1homrslx6lb0di') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(1, 4, 'tinytable_css_7ojeiq1homrslx6lb0di') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(2, 4, 'tinytable_css_7ojeiq1homrslx6lb0di') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(3, 4, 'tinytable_css_7ojeiq1homrslx6lb0di') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_7ojeiq1homrslx6lb0di(4, 4, 'tinytable_css_7ojeiq1homrslx6lb0di') }) | ||
// tinytable cells before this | ||
</script> | ||
</table> | ||
</div> | ||
|
||
<script> | ||
function styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(i, j, css_id) { | ||
var table = document.getElementById("tinytable_wz8wdf0kxknx99rp0lyo"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_wz8wdf0kxknx99rp0lyo'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
newCell.innerText = content; | ||
} | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(0, 0, 'tinytable_css_0ldr8wo6uxb82qwpaait') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(1, 0, 'tinytable_css_0ldr8wo6uxb82qwpaait') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(2, 0, 'tinytable_css_0ldr8wo6uxb82qwpaait') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(3, 0, 'tinytable_css_0ldr8wo6uxb82qwpaait') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(4, 0, 'tinytable_css_0ldr8wo6uxb82qwpaait') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(0, 1, 'tinytable_css_50u8wby3735x6v102fk6') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(1, 1, 'tinytable_css_50u8wby3735x6v102fk6') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(2, 1, 'tinytable_css_50u8wby3735x6v102fk6') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(3, 1, 'tinytable_css_50u8wby3735x6v102fk6') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(4, 1, 'tinytable_css_50u8wby3735x6v102fk6') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(0, 2, 'tinytable_css_1gt4byrt2ol7dol15sqd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(1, 2, 'tinytable_css_1gt4byrt2ol7dol15sqd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(2, 2, 'tinytable_css_1gt4byrt2ol7dol15sqd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(3, 2, 'tinytable_css_1gt4byrt2ol7dol15sqd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(4, 2, 'tinytable_css_1gt4byrt2ol7dol15sqd') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(0, 3, 'tinytable_css_6kkadbjj552jra3j9a6x') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(1, 3, 'tinytable_css_6kkadbjj552jra3j9a6x') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(2, 3, 'tinytable_css_6kkadbjj552jra3j9a6x') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(3, 3, 'tinytable_css_6kkadbjj552jra3j9a6x') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(4, 3, 'tinytable_css_6kkadbjj552jra3j9a6x') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(0, 4, 'tinytable_css_2vv8nbitcqsqxxp9bn97') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(1, 4, 'tinytable_css_2vv8nbitcqsqxxp9bn97') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(2, 4, 'tinytable_css_2vv8nbitcqsqxxp9bn97') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(3, 4, 'tinytable_css_2vv8nbitcqsqxxp9bn97') }) | ||
window.addEventListener('load', function () { styleCell_tinytable_css_2vv8nbitcqsqxxp9bn97(4, 4, 'tinytable_css_2vv8nbitcqsqxxp9bn97') }) | ||
// tinytable cells before this | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
Oops, something went wrong.