Touch is a text markup language created in 2020.
#1973on PLDB | 4Years Old |
git clone https://github.com/touchmarine/to
馃摐 Touch Lightweight Markup Language; Familiar, Extendable, Auto-Formattable
/ this is a block comment
= Title
_ Subtitle
== h2
=== h3
/ numbered headings (prefixed with 1 and 1.1)
## h2
### h3
> blockquote
* note
- list
1. numbered list
/ code block
`js
function num() {
return 1
}
`
/ preformatted block
'
___________________________
< I'm an expert in my field. >
---------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
'
/ art from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre#example
// an inline comment //
__emphasis__ // italics //
**strong** // bold //
``code``
((link))
[[link text]]((link URL))
a \ // line break //
b
/ autolinks
www.example.test
http://example.test
https://example.test