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" -}