this_algorithm/docs/index.adoc

28 lines
724 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'"
:nofooter:
:!webfonts:
:source-highlighter: rouge
:rouge-style: molokai
:sectlinks:
= xpin
== Pages
* link:..[xpin.app] - Go back to the xpin homepage
* link:ALGORITHM.html[ALGORITHM] - Algorithm definition
* link:DESIGN.html[DESIGN] - Algorithm design documentation
* link:WORDLIST.html[WORDLIST] - Wordlist design and implementation
++++
<style>
#header, #content, #footnotes, #footer {
max-width: unset !important;
}
.hll {
background-color: #ff0;
}
</style>
++++