Heading 1


Plain text with bold and italic styles (and bold_italic) and no line breaks unless theprevious line is...
blank like above

  1. Ordered list
  2. Item 2
  3. Item 3

Quotes


Quote Block


> With line breaks and Formatting.


A C++ code block.

int main() {
  std::cout << "Hello, world!" << std::endl;
}

Images


Link Text

Note: hologram.nvim somehow renders this properly(ish) within the NeoVim buffer, but mdcat andimage_cat don't (even though they work in plain terminal). What's the difference between howHologram does it vs. sending the raw graphics protocol data?