Skip to content

Commit 0870a20

Browse files
committed
Fix README rendering: remove CDATA wrapper, use pre tag for ASCII art
1 parent 78244b3 commit 0870a20

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<![CDATA[<div align="center">
1+
<div align="center">
22

3-
```
3+
<pre>
44
██████╗ █████╗ ███████╗
55
██╔════╝██╔══██╗██╔════╝
66
██║ ███████║███████╗
77
██║ ██╔══██║╚════██║
88
╚██████╗██║ ██║███████║
99
╚═════╝╚═╝ ╚═╝╚══════╝
10-
```
10+
</pre>
1111

1212
**Persistent memory, tasks, rules, and skills for AI coding agents.**
1313

@@ -242,5 +242,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
242242

243243
## License
244244

245-
[MIT](LICENSE)
246-
]]>
245+
[MIT](LICENSE)

0 commit comments

Comments
 (0)