1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/test/textfile_0.md
Tim Stack dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
2023-08-24 21:10:54 -07:00

943 B

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

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>