From 207df6fc406e81bfeebdff7f404bd242ff3f099f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 7 May 2024 06:48:35 +0200 Subject: Merging upstream version 0.12.2. Signed-off-by: Daniel Baumann --- test/textfile_0.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'test/textfile_0.md') diff --git a/test/textfile_0.md b/test/textfile_0.md index 377e46f..7bda8e1 100644 --- a/test/textfile_0.md +++ b/test/textfile_0.md @@ -7,3 +7,54 @@ * 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 + + +``` -- cgit v1.2.3