site icon
Tokimeki
This is an example of result of remark-gfm

Please refer to the following official website for instructions on how to use GFM (autolink literals, footnotes, strikethrough, tables, tasklists):
remarkjs/remark-gfm: remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)

Following codes is adopted from https://github.com/remarkjs/remark-gfm


www.example.com, https://example.com, and contact@example.com.

Footnote

A note1

Strikethrough

one or two tildes.

Table

abcd

Tasklist

  • to do
  • done

Additional Examples

AlphaBravo
δΈ­ζ–‡Charlie
πŸ‘©β€β€οΈβ€πŸ‘©Delta
THTH
TDセル内で
ζ”Ήθ‘Œ

Markdown code before conversion

# GFM

## Autolink literals

www.example.com, https://example.com, and contact@example.com.

## Footnote

A note[^1]

[^1]: Big note.

## Strikethrough

~one~ or ~~two~~ tildes.

## Table

| a   | b   |   c |  d  |
| --- | :-- | --: | :-: |

## Tasklist

- [ ] to do
- [x] done

## Additional Examples

| Alpha | Bravo   |
| ----- | ------- |
| δΈ­ζ–‡  | Charlie |
| πŸ‘©β€β€οΈβ€πŸ‘©    | Delta   |

| TH  | TH                 |
| --- | ------------------ |
| TD  | セル内で<br />ζ”Ήθ‘Œ |

Footnotes

  1. Big note. ↩


Jan 01, 2022