Commit f711d4e64794

Vincent Demeester <vincent@sbr.pm>
2026-01-14 17:16:38
feat(xmpp-research-bot): wrap research results in markdown source block
Research results are now wrapped in org-mode markdown source blocks: ** Result #+begin_src markdown [Claude's markdown output here] #+end_src Benefits: - Preserves exact Claude markdown output - Clear separation from org structure - Syntax highlighting in Emacs - Can be easily copied or converted later - No markdown/org syntax conflicts Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b1f29cc
Changed files (1)
modules
xmpp-research-bot
modules/xmpp-research-bot/bot.py
@@ -192,7 +192,9 @@ Guidelines:
 {query}
 
 ** Result
+#+begin_src markdown
 {result}
+#+end_src
 
 """