Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,14 @@ Everything runs on-device. No hosted API, no cloud round-trip.
<a href="https://www.youtube.com/watch?v=p3TIgxQFQGE"><strong>Watch on YouTube →</strong></a>
</p>

<table align="center">
<tr>
<td><img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="460" height="260" /></td>
<td><img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="460" height="260" /></td>
</tr>
<tr>
<td><img src="gifs/autocorrect.gif" alt="Cotabby autocorrect demo" width="460" height="260" /></td>
<td><img src="gifs/macros.gif" alt="Cotabby inline macros demo" width="460" height="260" /></td>
</tr>
</table>
<div align="center">

| | |
|:---:|:---:|
Comment on lines +52 to +53
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The markdown table's empty header row (| | |) renders as a thin visible row above the GIF cells. There is no way to omit the header row in GFM syntax; this is a known markdown table limitation. The empty cells are fine as-is — just noting it renders a slightly elevated first row of GIFs, which is likely acceptable but worth being aware of as intentional.

Suggested change
| | |
|:---:|:---:|
| | |
|:---:|:---:|

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Codex Fix in Claude Code

| <img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="440" height="220" /> | <img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="440" height="220" /> |
| <img src="gifs/autocorrect.gif" alt="Cotabby autocorrect demo" width="440" height="220" /> | <img src="gifs/macros.gif" alt="Cotabby inline macros demo" width="440" height="220" /> |

</div>

## Features

Expand Down