User Tools

Site Tools


playground:misc:asciidoc_snippet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
playground:misc:asciidoc_snippet [2022/04/29 18:49] – [asciidoc table] hc9playground:misc:asciidoc_snippet [2022/05/01 18:51] – [Converter] hc9
Line 190: Line 190:
 $ pandoc -f docbook -t dokuwiki ht820.xml -o ht820.txt $ pandoc -f docbook -t dokuwiki ht820.xml -o ht820.txt
 </code> </code>
 +
 +|Try **pandoc**! (link); [[https://pandoc.org/try/?text=&from=docbook&to=latex&standalone=0]]|
 +|Learn **LaTeX** (link); [[https://www.learnlatex.org/en]]|
  
 ==== Editing ==== ==== Editing ====
Line 211: Line 214:
  
 ---- ----
-% acme+  % acme
 ---- ----
  
Line 307: Line 310:
 A brief mention of acme, for those who are attending the SDF Plan 9 Boot Camp. A brief mention of acme, for those who are attending the SDF Plan 9 Boot Camp.
  
----- +|=== 
-% acme +|% acme 
-----+|===
  
 image::https://wiki.sdf.org/lib/exe/fetch.php?media=plan9-acme-1.png[alt="plan9-acme-1",width=600] image::https://wiki.sdf.org/lib/exe/fetch.php?media=plan9-acme-1.png[alt="plan9-acme-1",width=600]
Line 473: Line 476:
  
 |=== |===
-Editors: https://en.wikipedia.org/wiki/List_of_Plan_9_applications#Editors[List of Plan 9 applications - Wikipedia]+|Editors: https://en.wikipedia.org/wiki/List_of_Plan_9_applications#Editors[List of Plan 9 applications - Wikipedia]
 |=== |===
  
Line 514: Line 517:
 $ asciidoc -b dockbook45 -s acme_table.adoc $ asciidoc -b dockbook45 -s acme_table.adoc
 $ pandoc -f docbook -t dokuwiki acme_table.xml -o acme_table.txt $ pandoc -f docbook -t dokuwiki acme_table.xml -o acme_table.txt
 +</code>
 +
 +==== tidy ====
 +
 +[[https://www.w3.org/People/Raggett/tidy|Clean up your Web pages with HTML TIDY]]
 +
 +  * Use 'tidy' to modify the //acme_table.html// file (for practice).
 +  * Backup the //acme_table.html// file before proceeding.
 +
 +<code>
 +$ tidy -help
 +$ tidy -f errs.txt -m acme_table.html
 </code> </code>