From 0cf5747ff3346601ca4689d8d2fd25ea9590324d Mon Sep 17 00:00:00 2001 From: ocornut Date: Sun, 4 Jan 2015 09:35:23 -0800 Subject: [PATCH] Testing wiki functionality --- Home.md | 1 - Illustrated Usage Guide.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 Home.md create mode 100644 Illustrated Usage Guide.md diff --git a/Home.md b/Home.md deleted file mode 100644 index b5ba148..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the imgui wiki! diff --git a/Illustrated Usage Guide.md b/Illustrated Usage Guide.md new file mode 100644 index 0000000..50617df --- /dev/null +++ b/Illustrated Usage Guide.md @@ -0,0 +1,8 @@ +TAB + +TAB + + ImGui::Text("Hello, World."); + ImGui::Text("Welcome to ImGui!"); + +![](000 hello world.png) \ No newline at end of file