Visiting kvak.io creates a new
sharable note.
See
Help & About.
Made by
levmiseri
and
jm.
Kvak supports the following markdown input:
bold text by typing: **bold text**
italic text by typing: _italic text_
strike through by typing ~~strike-through~~
preformated text by enclosing text in backticks `
highlighted text by typing it as ==highlighted==
start a line with “- “ (hyphen and space) for bullet lists, also works with a *
or you may do numbered list by typing “1. “ (number, dot and space)
like this
start line with > for quote block:
Not all editors were created equal
--- for a horizontal line, such as:
That is, # and space.
#####...
#######Ligatures
The font we use has ligatures. This means that, for example, typing <- (less-than symbol and hyphen next to each other) looks like <-, but the arrow is still 2 characters (the < and -). Others are:
->, <-, <->, =>, <=>
Replaced characters
In contrast, when typing other characters, the editor directly replaces them with a nicer symbol. For example, if You type two hyphens -- next to each other, these two characters get replaced by single — long dash, (em dash in typography lingo). All replaced combinations of chars are:
-- -> —
(c) -> ©
(r) -> ®
(tm) -> ™
(sm) -> ℠
>> -> »
<< -> «
+- -> ±
!= -> ≠
If You need not to replace these chars, you can type backspace to immediately cancel the replacement. For example:
You type >>, editor inputs »
You press backspace immediately, the » gets changed back to >>
You carry on