Fixed Page
About this page
This is a fixed page, not a blog entry. It works well for content that should stay reachable permanently: an imprint, an about page, or a collection of links.
Text formatting
Markdown works as expected: bold, italic, and links are no problem. Inline code like mix phx.server is rendered monospaced.
Quotes get their own block. Handy for emphasis or other voices in the text.
Lists
9 Unordered:
- First item
- Second item
- Third item with a bit more text so you can see how it wraps
Ordered:
- Write a draft
- Save a version
- Publish
Tasks:
- [x] Try out the editor
- [x] Paste in demo content
- [ ] Drop an image into the text
Picture
Video
Code
defmodule Demo.Page do
def hello, do: "This page saves itself as you type."
end
Images
Just paste an image into the text or drop one here. It will show up below under "Pictures and videos in the text".
If the nested code fence causes trouble when pasting, let me know and I'll give you a version with indented code instead.