create 7:21am · about 8 hours ago
Changed fields
Field Before After
id nil 3
canonical_name nil formatting
created_at nil 2025-12-31 07:21:22.929120000 UTC +00:00
metadata {} {"demo" => true, "source_wiki" => "demo", "source_wiki_source" => "Formatting.md", "summary" => "A small page showing common Markdown features.", "icon" => "🧪"}
name nil Formatting
wiki_id nil 1

Content diff

+36 −0
Before After
This page exists to exercise Markdown rendering and styling.
## Text
- **Bold**
- *Italic*
- ***Bold italic***
- Inline code: `PageRendering::Renderer`
## Lists
1. Ordered item
2. Another item
   - Nested bullet
   - Another nested bullet
## Quote
> “Somewhere, something incredible is waiting to be known.”
## Code block
```ruby
def hello(name)
  "Hello, #{name}"
end
```
## Links
- External: [NASA](https://www.nasa.gov/)
- Internal: [Index](/wittle/demo/Index)
- Help: [Wittle Docs](/wittle/docs)
- Red link (missing page): [Pluto]()