remark

remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.

remarkは、マークダウンをプラグインで変換する人気のツールです。これらのプラグインはマークアップを検査し、変更することができます。remarkはサーバ、クライアント、CLI、Denoなどで使用することができます。

Table leaf block

Table Leaf block は GFM で使える。 CommonMark では HTML block が代わり。 なので remark-gfm を導入する。

GFM enables the table extension, where an additional leaf block type is available.

GFMでは、テーブルの拡張が可能で、リーフブロックの種類を追加することができます。