{ "comment": "This is JSON front-matter" } # Table of Contents - [Test](#test) - [Github Alerts](#github-alerts) ## 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 ``` ## 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.