Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Ink supports the following Markdown features:
- Italic text, by surrounding a piece of text with either an asterisk (`*`), or an underscore (`_`). For example `*Italic text*`.
- Bold text, by surrounding a piece of text with either two asterisks (`**`), or two underscores (`__`). For example `**Bold text**`.
- Text strikethrough, by surrounding a piece of text with two tildes (`~~`), for example `~~Strikethrough text~~`.
- Inline code, marked with a backtick on either site of the code.
- Inline code, marked with a backtick on either side of the code.
- Code blocks, marked with three or more backticks both above and below the block.
- Links, using the following syntax: `[Title](url)`.
- Images, using the following syntax: `![Alt text](image-url)`.
Expand Down