Test area
Category: web-development
Modified: Sun, 2021-Aug-01
Introduction
Site logo
original
:imagesdir-old: {imagesdir}
:imagesdir: .
image::sitelogo-96px.png[Site logo, 96px.png]
:imagesdir: {imagesdir-old} Test area
Contents of tab A by 'adoctabs', bolded text.
Contents of tab B., adoctabs, links.
$ ls
list file1
list file2 <html>
<body>
<p>Contents of tab C., adoctabs, codeblock</p>
<b>Bold</b>
</body>
</html> Contents of tab D., adoctabs, table
| Items / SSG application | Astro | Pelican |
|---|---|---|
License | MIT | AGPL-3 |
Programming language(s) | JavaScript, TypeScript, many frameworks (Svelte, Vue, React, SolidJS, Alpine) and Lit | Jinja2, Python(for writi ng plugins) |
Contents of tab E., adoctabs
Contents of tab F., adoctabs
shiki 0.14.x does not support asciidoc, log
== Title in AsciiDoc
code block
[source, asciidoc, linenums]
* section1
* section2
|https://server1/url1/[URL1]
``Test rst``
=======
Testing rst:
.. code-block:: bash
#!/bin/bash
ls -la ## Topic1
```sh
export var1=1
ls -l
if [[ var1 == 1];; then
touch abc
fi
```
```python
import project1 from library1
``` $ ls -la
$ cat /etc/resolv.conf a,b,c
1,2,3
Comments
No. of comments: 0
Please read and agree the privacy policy before using the comment system.