From 7d1773e98ff8aa5bfb78549f37094c22f19913d7 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Wed, 28 May 2025 18:14:13 -0700 Subject: [PATCH] Remove test-markdown.json and update .gitignore --- .gitignore | 2 ++ test-markdown.json | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 test-markdown.json diff --git a/.gitignore b/.gitignore index eac47d78..5277bc95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .DS_Store node_modules +rendered.html +test-markdown.json **/.claude/settings.local.json diff --git a/test-markdown.json b/test-markdown.json deleted file mode 100644 index 6911008f..00000000 --- a/test-markdown.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "text": "# Test Rendering\n\n\![](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)\n\nThe image above has no alt text but should still render.", - "mode": "gfm", - "context": "anthropics/claude-code-action" -}