21 lines
362 B
Markdown
21 lines
362 B
Markdown
---
|
|
title: Working examples
|
|
---
|
|
|
|
{%
|
|
includemarkdown "../README.md"
|
|
start="<!--working-examples-start-->"
|
|
end="<!--working-examples-end-->"
|
|
%}
|
|
|
|
<style>
|
|
.wy-nav-content {
|
|
/* this table benefits from a wider page */
|
|
max-width: 1000px;
|
|
}
|
|
.rst-content .section table img {
|
|
/* make the icons darker on this page */
|
|
filter: brightness(0.5);
|
|
}
|
|
</style>
|