From d310cad7870ab784df94727ac9b06e7dce783608 Mon Sep 17 00:00:00 2001 From: sjat Date: Sun, 10 May 2026 21:18:11 +0200 Subject: [PATCH] fix: replace ASCII art Big Picture with proper markdown tables Two 4-column tables replace the box-drawing character grid, which rendered poorly in the gaia theme's proportional font. Dense class applied to keep both tables within slide bounds. Co-Authored-By: Claude Sonnet 4.6 --- docs/møder/2026-05-11_SoMe-taxonomi.md | 32 +++++++++++--------------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/docs/møder/2026-05-11_SoMe-taxonomi.md b/docs/møder/2026-05-11_SoMe-taxonomi.md index c740da9..b2d4bdf 100644 --- a/docs/møder/2026-05-11_SoMe-taxonomi.md +++ b/docs/møder/2026-05-11_SoMe-taxonomi.md @@ -164,26 +164,22 @@ Still around, still relevant --- + + ## The Big Picture -``` -┌─────────────────────────────────────────────────────────┐ -│ SOCIAL MEDIA │ -├─────────────┬─────────────┬─────────────┬──────────────┤ -│ Messaging │ Microblog │ Forums │ Media │ -├─────────────┼─────────────┼─────────────┼──────────────┤ -│ WhatsApp │ Twitter/X │ Reddit │ YouTube │ -│ Messenger │ Threads │ FB Groups │ Instagram │ -│ Signal │ Mastodon │ Lemmy │ PeerTube │ -│ Matrix │ Bluesky │ Discourse │ Pixelfed │ -├─────────────┴─────────────┴─────────────┴──────────────┤ -│ Wikis │ Professional│ Collaboration│ Legacy │ -├─────────────┼─────────────┼─────────────┼──────────────┤ -│ Wikipedia │ LinkedIn │ Teams/Slack │ Email │ -│ Notion │ Xing │ Mattermost │ IRC │ -│ Wiki.js │ │ Nextcloud │ NetNews │ -└─────────────┴─────────────┴─────────────┴──────────────┘ -``` +| Messaging | Microblog | Forums | Media | +|-----------|-----------|--------|-------| +| WhatsApp | Twitter/X | Reddit | YouTube | +| Messenger | Threads | FB Groups | Instagram | +| Signal | Mastodon | Lemmy | PeerTube | +| Matrix | Bluesky | Discourse | Pixelfed | + +| Wikis | Professional | Collaboration | Legacy | +|-------|--------------|---------------|--------| +| Wikipedia | LinkedIn | Teams/Slack | Email | +| Notion | Xing | Mattermost | IRC | +| Wiki.js | | Nextcloud | NetNews | ---