Commit graph

18 commits

Author SHA1 Message Date
5bd163fa17 Point org-social links to git.andros.dev 2026-08-20 10:24:17 +02:00
6ab2ab7d54 Update Contributing section with contribution guidelines link 2026-02-23 09:57:55 +01:00
Andros Fenollosa
49f9e1d45f Fix source block rendering in preview cards
Source blocks (#+BEGIN_SRC / #+END_SRC) were not rendering correctly
in preview cards. The content was being displayed as raw Org Mode syntax
instead of formatted code blocks.

This fix:
- Detects source blocks using regex pattern matching
- Extracts code content and language identifier
- HTML-escapes code content to prevent XSS
- Replaces blocks with placeholders before other formatting
- Restores blocks as styled <pre><code> elements after line break conversion

Fixes issue where comments and code in source blocks were invisible
in share preview links.
2025-11-01 11:40:50 +01:00
Andros Fenollosa
5b0990bd0b
Update project name in README 2025-10-05 12:13:16 +02:00
Andros Fenollosa
cba87c3d0e Updated README 2025-09-16 10:31:56 +02:00
Andros Fenollosa
2b83f97a9b Updated docker information 2025-09-15 09:13:35 +02:00
Andros Fenollosa
f1cf28fe6c Added entrypoint 2025-09-15 09:04:43 +02:00
Andros Fenollosa
0572060b23 Fixed folder 2025-09-15 09:01:59 +02:00
Andros Fenollosa
eae079b9ab Fixed permissions 2025-09-15 08:58:54 +02:00
Andros Fenollosa
c24223c301 Added screenshot and mood 2025-09-15 08:45:24 +02:00
Andros Fenollosa
87d9b31521 Updated 2025-09-15 08:38:40 +02:00
Andros Fenollosa
fd846314c4 Added README 2025-09-15 08:36:30 +02:00
Andros Fenollosa
028423e123 Format 2025-09-15 08:23:19 +02:00
Andros Fenollosa
cdd9b438db Updated compose 2025-09-15 08:21:51 +02:00
Andros Fenollosa
a8785f8e0e
Merge pull request #1 from AdsanTheGreat/main
Open Graph Protocol implementation for embeds
2025-09-15 07:41:51 +02:00
AdsanTheGreat
f8e0b2fbec Add OGP preview metadata 2025-09-15 01:55:08 +02:00
AdsanTheGreat
d961ba9692 add .gitignore 2025-09-15 01:53:50 +02:00
Andros Fenollosa
5e70af512a First commit 2025-09-14 10:36:19 +02:00