_____ _ _____ _ | | |_|___| | |_|___ _ _ ___ ___ ___ ___ ___ | | |_ -| | | | _| | |_ -| | -_|_ -|_ -| |__|__|_|___|\___/|_|_| |___|___|_|_|___|___|___|
hVmark is a tiny, opinionated markup language made by and for, well, me. While it's used all over this website, it's primarily used in posts in lieu of hard-coded HTML.
*text*
%text%
-text-
_text_
[]
→ <br>
All use the same “anchor + fangs” pattern: @@anchor^fangs^
@@https://example.com/^Link text^
(leave fangs empty to use the URL as text)@@img:/path/file.jpg^Caption^
(85% width by default; caption optional)@@ytb:VIDEOID^Caption^
(caption optional)[+]
[-]
[]
*
and %
are forgiving, but keep nesting consistent.Put some code in the textbox and press Render; the HTML output will generate below.
hVmark v1 will be available under the MIT license. At that time, if you're so inclined, use it, fork it, break it, and then fix it.