← 🦋
Basement Script
a messy ass markup laguage to make the creation of this website a more enjoyable process. Think Markdown just with more ideosycracies lol.
Here's what a .bs document looks like.
###big header
##med header
#small header
list
-thing
--sub thingy of "thingy"
--second sub thingy
horizontal line
=
We can _underline_, *bold*, /italize/, and `display monofont`.
```
monofont block
```
here is a {go to secret\yay.html}
here is a media container for a image
[picture of a cat\prof-pic.png]
scripts can allow us to do some atomated shit
~lsd~
~bs example\title~
"\" is the escape character. "\/" will create a single "/". "\*" will create a "*".
Here is the bs document for this html page.