New text document
Familiar Markdown with highlights, spoilers, colors, callouts, TOCs, and live preview.
795 bytes · .md
Editable
# Untitled note
> [!TIP] OhioFiles Markdown
> Write with familiar Markdown and use the extra formatting when a note needs more personality.
[TOC3]
## Highlights that stand out
Use **bold**, _italic_, ~~strikethrough~~, ==highlighted text==, !~underlined text~!, and %blue%a safe splash of color%%.
Keep a detail behind a ||tap-to-reveal spoiler||. Mark a release as ::badge[READY] and press [[Ctrl + K]] to add a link.
-> Center an important line <-
## A useful checklist
- [x] Write the first draft
- [ ] Preview it on mobile
- [ ] Share it in Chats
!!! warning Before sharing
Password protection and one-time access can be added when you create the file.
??? Extra context
Collapsible sections keep long notes easy to scan.
```ts
const document = "saved-as-markdown.md"
```