italics, bold, underscore, strikethrough, superscript, subscript, code()
trademark™, reserved®, copyright©, ellipses …
red, blue, green
Formatted text:
// Show textile let previewDisposable = vscode.commands.registerCommand('textile.showPreview', () => { let editor = vscode.window.activeTextEditor; if (typeof editor === 'undefined') { vscode.window.showErrorMessage('Please open a textile file'); return; }
Col 1 | Col 2 | Col 3 |
---|---|---|
a | table | row |
a | table | row |
- Bullet list
- Another one
- Another one
- A numbered list
- Which is numbered
- With periods and a space
A mixed list:
- Bullet one
- Bullet two
- Step 1
- Step 2
- Step 3
- Bullet three
- Sub Bullet 1
- Sub Bullet 2