diff --git a/adoc.adoc b/adoc.adoc index 905dca6..e39473c 100644 --- a/adoc.adoc +++ b/adoc.adoc @@ -1,13 +1,17 @@ = Asciidoc +:description: The perfect emulation setup to study and develop the <> v5.1, kernel modules, <>, <> and x86_64, ARMv7 and ARMv8 <> and <> assembly, <>, <> and <>. <> and <> just work. Powered by <> and <>. Highly automated. Thoroughly documented. Automated <>. "Tested" in an Ubuntu 18.04 host. :idprefix: :idseparator: - +:nofooter: :sectanchors: :sectlinks: +:sectnumlevels: 6 :sectnums: -:toc: preamble -:stem: +:toc-title: +:toc: macro +:toclevels: 6 -Preamble. This paragraph has some magic properties just because it is before the first h2. E.g., the Toc will go after it. +toc::[] == Headings @@ -19,6 +23,20 @@ Preamble. This paragraph has some magic properties just because it is before the <> +==== Heading 4 + +===== Heading 5 + +====== Heading 6 + +======= Heading 7 + +======== Heading 8 + +========= Heading 9 + +Deeeep. + == Hyperlinks link:http://example.com[example site] @@ -51,12 +69,12 @@ Escape list: https://stackoverflow.com/questions/40972082/literal-asterisk-in-th == Images -[[my-png,My png]] +[[my-png]] .My amazing png [link=http://www.flickr.com/photos/javh/5448336655] image::png.png[] -<> +Link to image: <> == Tables @@ -136,16 +154,18 @@ asciimath stem:[[[a,b\],[c,d\]\]] latexmath: latexmath:[\begin{bmatrix}a & b\\c & d\end{bmatrix}] -asciimath: +asciimath <>: -[stem] +[stem,id=math-stem-block-test] +.Stem block test ++++ sqrt(4) = 2 ++++ -latexmath: +latexmath <>: -[latexmath] +[latexmath,id=math-latexmath-block-test] +.Latexmath block test ++++ \sqrt{4} = 2 ++++