You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/textfile_0.md

1.4 KiB

{ "comment": "This is JSON front-matter" }

Table of Contents

Test

  • One
  • Two
  • Three
The internal architecture of lnav

Bold red

Underline

  Hello,
  World!

Goodbye, World!

foo bar bar
baz "xyz"
/*
 * This program prints "Hello, World!"
 */

#include <stdio.h>

int main() {
    printf("Hello, World!\n");
}
def hw(name):
    """
    This function prints "Hello, <name>!"
    """

    print(f"Hello, {name}!") # test comment
<?xml version="1.0" encoding="utf-8" ?>
<books>
   <!-- Line comment -->
   <book id="100">
      <author>Finnegan</author>
   </book>
</books>

Github Alerts

[!NOTE] Useful information that users should know, even when skimming content.

[!TIP] Helpful advice for doing things better or more easily.

[!IMPORTANT] Key information users need to know to achieve their goal.

[!WARNING] Urgent info that needs immediate user attention to avoid problems.

[!CAUTION] Advises about risks or negative outcomes of certain actions.