{ "comment": "This is JSON front-matter" } ## Test * One * Two * Three The internal architecture of lnav Bold red Underline
  Hello,
  World!
Goodbye, World! ```foolang foo bar bar baz "xyz" ``` ```c /* * This program prints "Hello, World!" */ #include int main() { printf("Hello, World!\n"); } ``` ```python def hw(name): """ This function prints "Hello, !" """ print(f"Hello, {name}!") # test comment ``` ```xml Finnegan ```