added a few more things to test suite
This commit is contained in:
parent
3e1a15ac48
commit
d611923e89
5 changed files with 97 additions and 8 deletions
|
@ -1,13 +1,26 @@
|
|||
= relatively linked doc
|
||||
Gabe Venberg
|
||||
:imagesdir: ../../images/
|
||||
:imagesdir: ../../images
|
||||
:reproducible:
|
||||
:giturl: git.venberg.xyz/Gabe/adocStaticSiteGen
|
||||
|
||||
[#test-pattern]
|
||||
.Technical Difficulties
|
||||
[link={giturl}]
|
||||
image::test_patern.jpg[Stand By]
|
||||
image::test_pattern.svg[Stand By]
|
||||
|
||||
[quote, Lawrence Lessig, May the Source Be With You]
|
||||
While the creative works from the 16th century can still be accessed and used by others, the data in some software programs from the 1990s is already inaccessible. Once a company that produces a certain product goes out of business, it has no simple way to uncover how its product encoded data. The code is thus lost, and the software is inaccessible. Knowledge has been destroyed.
|
||||
|
||||
[verse, J.R.R. Tolkien, The Fellowship of the Ring]
|
||||
Three Rings for the Elven-kings under the sky,
|
||||
Seven for the dwarf-lords in their halls of stone,
|
||||
Nine for Mortal Men doomed to die,
|
||||
One for the Dark Lord on his dark throne,
|
||||
In the Land of Mordor where the Shadows lie.
|
||||
One Ring to rule them all, One Ring to find them,
|
||||
One Ring to bring them all and in the darkness bind them
|
||||
In the Land of Mordor where the Shadows lie.
|
||||
|
||||
https://git.venberg.xyz/Gabe/adocStaticSiteGen
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ Gabe Venberg
|
|||
:giturl: https://git.venberg.xyz/Gabe/adocStaticSiteGen
|
||||
:toc:
|
||||
:icons: font
|
||||
:stem: latexmath
|
||||
:includedir: include/
|
||||
|
||||
|
||||
|
@ -48,6 +49,9 @@ _*italic bold test*_
|
|||
|
||||
-> => <- <=
|
||||
|
||||
==colapsable block
|
||||
[%collapsible]
|
||||
====
|
||||
== list tests
|
||||
|
||||
.unordered list test
|
||||
|
@ -85,6 +89,15 @@ _*italic bold test*_
|
|||
** adipiscing
|
||||
** elit
|
||||
|
||||
====
|
||||
|
||||
.math test
|
||||
stem:[\frac{\frac{1}{x}+\frac{1}{y}}{y-z}]
|
||||
[asciimath]
|
||||
++++
|
||||
[[a,b\],[c,d\]\]((n),(k))
|
||||
++++
|
||||
|
||||
.description list test
|
||||
[horizontal]
|
||||
test:: to make sure software works correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue