···28282929 https://github.com/junegunn/fzf
30303131-tsk stores its data in git refs (`refs/tsk/*`) inside the host repository, so
3131+tsk stores its data in git refs (`refs/tsk/*`) inside a host git repository, so
3232any filesystem git itself runs on will work.
33333434···178178179179A quick overview of the format:
180180181181-- \!Bolded\! text is surrounded by exclamation marks (!)
182182-- \*Italicized\* text is surrounded by single asterisks (*)
183183-- \_Underlined\_ text is surrounded by underscores (_)
184184-- \~Strikethrough\~ text is surrounded by tildes (~)
185185-- \=Highlighted\= text is surrounded by equals signs (=)
186186-- \`Inline code\` is surrounded by backticks (`)
181181+- !Bolded! text is surrounded by exclamation marks (!)
182182+- *Italicized* text is surrounded by single asterisks (*)
183183+- _Underlined_ text is surrounded by underscores (_)
184184+- ~Strikethrough~ text is surrounded by tildes (~)
185185+- =Highlighted= text is surrounded by equals signs (=)
186186+- `Inline code` is surrounded by backticks (`)
187187188188Links like in Markdown, along with the wiki-style links documented above.
189189Raw links can also be written as \<https://example.com\>.