we do not (ab)use cookies!
if you use a free browser, follow our free and secure web version of this site below, to remove this reminder:
ahoxus.org/ahotml
## html first
read it. copy it. change it.
ahotml adds a thin shorthand layer to ordinary html. no build step. no framework. the parser is one local js file.
## shorthand
inside `` blocks, lines become structure:
```
# heading 1
## heading 2
### heading 3
plain text becomes a paragraph.
+ list item one
+ list item two
`inline code` and **bold** and *italic*.
```
native html stays native. a link like home works unchanged. without js, the source stays readable.
## example page
```
hello
# hello
this page starts with a thought.
+ a useful list
+ another useful thing
read the ahotml source.
```
## old things
pmd stays for older pages.
md never mattered much here.
gemparser and ahoml can grow separately later.
with love, fupl