23 lines
607 B
Plaintext
23 lines
607 B
Plaintext
// echo WORDLIST.adoc | entr sh -c "podman run --rm -it --network none -v "${PWD}:/documents/" asciidoctor/docker-asciidoctor asciidoctor -r asciidoctor-mathematical -a mathematical-format=svg WORDLIST.adoc; printf 'Done ($(date -Isecond))\n'"
|
|
|
|
include::common.adoc.template[]
|
|
|
|
= Index
|
|
|
|
== Pages
|
|
|
|
* link:algorithm[ALGORITHM] - Algorithm definition
|
|
* link:design[DESIGN] - Algorithm design documentation
|
|
* link:wordlist[WORDLIST] - Wordlist design and implementation
|
|
|
|
++++
|
|
<style>
|
|
#header, #content, #footnotes, #footer {
|
|
max-width: unset !important;
|
|
}
|
|
.hll {
|
|
background-color: #ff0;
|
|
}
|
|
</style>
|
|
++++
|