Trying publishing through zelo.news
I think only yakihonne makes the effort of trying to display where the article is published from but if I do publish.html from localhost, it becomes funny. So are we going to have client tags on article events for all clients or nah? I should include them as well to be honest 🤣
I like zelo.news 🤙 Nice and clean, please put a preview in the editor, otherwise markdown fucks with me when I copy/paste.
Zelo.news: Markdown-First Publishing
Zelo.news is a modern publishing platform built around a **Markdown-first** writing experience.
Writers can focus on content while using simple text-based formatting.
Why Markdown?
- Easy to learn and read.
- Fast to write and edit.
- Works well with version control and collaboration.
Basic Formatting
**Bold text**, *italic text*, and `inline code`.
This is a blockquote, useful for highlighting key statements or quotes.
Lists
- Bullet item one
- Bullet item two
- Bullet item three
List 2
- Numbered item one
- Numbered item two
- Numbered item three
Links and Images

Table Example
| Feature | Description |
|---|---|
| Markdown | Simple, readable syntax |
| Preview | Real-time formatting preview |
| Collaboration | Great for teams and editors |
Code Block
```js function hello() { console.log(“Hello, zelo.news!”); }```