-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
Define a minimal set of markdown formatting that chat clients should support for message content in sioc:content.
Proposed Syntax
| Syntax | Renders as |
|---|---|
*bold* |
bold |
_italic_ |
italic |
~strikethrough~ |
|
`code` |
code |
Rationale
- Familiar syntax (Slack, Discord, WhatsApp all use similar)
- Simple to implement (~10 lines regex)
- No ambiguity with RDF content
- Graceful degradation (readable even without rendering)
Scope
This is about the text syntax stored in sioc:content. Rendering is implementation-specific.
Questions
- Should we support
**bold**as an alternative to*bold*? - Should we support multi-line code blocks (triple backticks)?
- Should we support links
[text](url)?
Metadata
Metadata
Assignees
Labels
No labels