foxygit / Hush Log in
commit e59d9603b1d1b555f7937e93f47aeabfc8e54c13
Author:     MrJensK <jens.se@icloud.com>
AuthorDate: Mon Aug 24 19:03:20 2026 +0200
Commit:     MrJensK <jens.se@icloud.com>
CommitDate: Mon Aug 24 19:03:20 2026 +0200

    Translate example.md to English

    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
 example.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/example.md b/example.md
index 7977d6b..f20b8a4 100644
--- a/example.md
+++ b/example.md
@@ -1,18 +1,18 @@
 # Hush

-En liten **äkta** WYSIWYG-redigerare för *markdown*, byggd i C och `clay.h`.
+A small, genuine WYSIWYG editor for *markdown*, built in C and `clay.h`.

-## Funktioner
+## Features

-- Rubriker, **fetstil** och *kursiv* text
-- Punktlistor och numrerade listor
-- Inline-kod som `printf("hej")` och länkar som [Clay](https://github.com/nicbarker/clay)
+- Headings, **bold** and *italic* text
+- Bullet lists and numbered lists
+- Inline code like `printf("hi")` and links like [Clay](https://github.com/nicbarker/clay)

-1. Först
-2. Sedan
-3. Till sist
+1. First
+2. Then
+3. Finally

-> Ett citat med lite mer text som förhoppningsvis radbryts fint när det blir tillräckligt långt för att testa ordbrytningen ordentligt.
+> A quote with a bit more text that hopefully wraps nicely once it gets long enough to properly test the line-wrapping.

 ```
 int main(void) {
@@ -20,4 +20,4 @@ int main(void) {
 }
 ```

-Vanlig text med åäö för att testa svenska tecken.
+Plain text with café, naïve, and résumé to test accented characters.