Skip to content
Empty file added .vale.ini
Empty file.
2 changes: 1 addition & 1 deletion docs-resources
Submodule docs-resources updated 39 files
+15 −5 README.md
+48 −0 fira_code.css
+2,300 −0 fonts/Atkinson-Hyperlegible-Bold-102.svg
+ fonts/Atkinson-Hyperlegible-Bold-102.ttf
+ fonts/Atkinson-Hyperlegible-Bold-102.woff
+ fonts/Atkinson-Hyperlegible-Bold-102a.woff2
+2,303 −0 fonts/Atkinson-Hyperlegible-BoldItalic-102.svg
+ fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf
+ fonts/Atkinson-Hyperlegible-BoldItalic-102.woff
+ fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2
+ fonts/Atkinson-Hyperlegible-Font-License-2020-1104.pdf
+1,912 −0 fonts/Atkinson-Hyperlegible-Italic-102.svg
+ fonts/Atkinson-Hyperlegible-Italic-102.ttf
+ fonts/Atkinson-Hyperlegible-Italic-102.woff
+ fonts/Atkinson-Hyperlegible-Italic-102a.woff2
+1,895 −0 fonts/Atkinson-Hyperlegible-Regular-102.svg
+ fonts/Atkinson-Hyperlegible-Regular-102.ttf
+ fonts/Atkinson-Hyperlegible-Regular-102.woff
+ fonts/Atkinson-Hyperlegible-Regular-102a.woff2
+ fonts/FiraCode-Bold.ttf
+ fonts/FiraCode-Bold.woff
+ fonts/FiraCode-Bold.woff2
+ fonts/FiraCode-Light.ttf
+ fonts/FiraCode-Light.woff
+ fonts/FiraCode-Light.woff2
+ fonts/FiraCode-Medium.ttf
+ fonts/FiraCode-Medium.woff
+ fonts/FiraCode-Medium.woff2
+ fonts/FiraCode-Regular.ttf
+ fonts/FiraCode-Regular.woff
+ fonts/FiraCode-Regular.woff2
+ fonts/FiraCode-Retina.ttf
+ fonts/FiraCode-SemiBold.ttf
+ fonts/FiraCode-SemiBold.woff
+ fonts/FiraCode-SemiBold.woff2
+ fonts/FiraCode-VF.woff
+ fonts/FiraCode-VF.woff2
+93 −0 fonts/LICENSE-FiraCode.txt
+18 −19 themes/riscv-pdf.yml
4 changes: 4 additions & 0 deletions src/a_few_basics.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[a_few_basics]]
== AsciiDoc basics

asciidoc should be caught by linter.
pseudoinstruction
pseudo-instruction

AsciiDoc is fully documented, and its documentation is actively maintained. This document contains some information on AsciiDoc markup to get you started.

For details and additional options, see:
Expand Down
5 changes: 5 additions & 0 deletions src/writing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

This section contains suggested best practices for clear, concise, and consistent content.

Csr

CSR
CsR

=== Use present tense

[cols="1,1"]
Expand Down