Antora Content Management
Use Resources
Directory |
Purpose |
attachments |
resource, such as the ZIP archive, pdf of a sample project, that a site visitor can download via a link, using |
partials |
reusable content snippets such as product descriptions and definitions, using |
images |
using |
examples |
source code file, using |
Main
Here’s how you say “Hello, World!” in Prawn:
require 'prawn'
Prawn::Document.generate 'example.pdf' do
text 'Hello, World!'
end
Conclusion
That’s all, folks!
LaTex
Using maths on web?
-
Challenges with maths on web
-
characters and layouts convey meaning
-
screenreaders and a11y
-
images and text, looses semantic meaning
-
Multiple Languages implementations to solve this problem
TeX
,LaTeX
,MathML
-
Use MathTypes text language then process it with MathJax. And then you can do something like this |
Without stem
A matrix can be written as
Interactive
const {camelCase} = require('lodash');
console.log(camelCase('get content')); (1)
1 | Now you can see the output of this line in the browser. |
Content Organization
color:#FF5733[]
#fcf
#00BCD4
rgb(232, 74, 87)
rgba(103,58,183,50%)
hsl(88, 50%, 53%)
hsla(36, 100%, 50%, 75%)
We should use the color color:blueviolet[] in our logo.
-
Extensions are shared by all pages
[How can I use asciidoc extensions in antora?](https://gitlab.com/antora/antora/-/issues/442)
Features and issues |
-
Use LaTex with MathJax
-
Use bytefield
-
Interactive code-block?
-
Color chips?