Features
All Writeme features
Common Markdown
All basic features available in Markdown.
Basic
- I'm a link
- I'm a bold text
- I'm a italic text
- Bold + Italic
StrikeInline code
Horizontal line
Try
This
Ordered list
- List
- With
- Numbers
To-Do List
You can create a simple todo list
- Task pending
- Task completed
Blockquote
You can use >
to quote someone
Life is like riding a bicycle. To keep your balance, you must keep moving - Albert Eistein
Images
Simple image, without title
Image using html title
Extended syntax
Advanced features of markdown, using extended syntax + Github Flavored Markdown
Tables
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Footnotes
Here's a simple footnote1. Click and go to the definition.
Emojis 😄
Support emojis using remark-gemoji. You can view the Emoji CheatSheet or in Emojipedia. Note: not all emojis are supported
😄 😆 😊 😃 😏 😍 😘 😚 😳 😌 😁 😉 😜 😝 👽 ♍ 👻
There's no place like 🏠
MDX
- Javascript expressions:
{6 * Math.PI}
=== 18.84955592153876 - Comments like in a React app
Tabs
Support tabs with MDX or using comment with {/* |tabs */}
to open and {/* /tabs */}
to close. In comment mode, you
can pass the default tab after |tabs
, just like this {/* |tabs your-id */}
This is second tab content
How Tab titles work?
Titles inside tabs comments aren't displayed in <TableOfContent />
component. You can see the title of this section, because the title is out of <Tabs/>
comments.
Playground
Use Sandpack playground to run Javascript/Typescrit code using your favorite template
Http Request
Focus in web API docs, this component receive a curl
or http
command and transform in amazing HTTP Request visualizer. Create a code mark with bash language and pass type=request
or just paste your code with curl
or http
at the beginning of the command.
1```bash type=request2curl -X POST "{{host}}/api/test" -H "Content-Type: application/json" -d '{"email":"write@me.com"}'3```
Request to another domain
GET https://api.postmon.com.br/v1/cep/55641715
Headers
No response. Click in Request API to view your response
Open Graph
Writeme can understand Open Graph Protocol or OGP and show an amazing banner of link.
Tested only for YouTube and GitHub for now
Just paste the link of your YouTube video
Or your GitHub repository
Footnotes
-
This is the first footnote. ↩