We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a55df commit d97ff4eCopy full SHA for d97ff4e
render-claude-citations.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Render Claude citations</title>
+ <title>Render Claude Citations</title>
7
<style>
8
* {
9
box-sizing: border-box;
@@ -68,7 +68,7 @@
68
</style>
69
</head>
70
<body>
71
- <h1>Render Claude citations</h1>
+ <h1>Render Claude Citations</h1>
72
<p>Paste a JSON response from Claude below to render it with citations</p>
73
74
<textarea id="input" placeholder="Paste JSON here..."></textarea>
0 commit comments