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~ |
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)?
Summary
Define a minimal set of markdown formatting that chat clients should support for message content in
sioc:content.Proposed Syntax
*bold*_italic_~strikethrough~strikethrough`code`codeRationale
Scope
This is about the text syntax stored in
sioc:content. Rendering is implementation-specific.Questions
**bold**as an alternative to*bold*?[text](url)?