tsuna-can-se / md2pdf-doc-template

This is a template for a repository that manages documents in Markdown. It includes a feature to convert Markdown to PDF.
MIT License
0 stars 0 forks source link

Alertを表示できるようにする #7

Closed tsuna-can-se closed 1 day ago

tsuna-can-se commented 1 week ago

GFMにはAlertが定義されておらず、md-to-pdfやMarkedの標準機能に構文が定義されていない。 md-to-pdfの利用するMarkedは4.3.0と古いバージョンを利用している。 このバージョンで利用できる拡張機能を利用して、Alertを実現したい。

この時点で利用できるMarkedの拡張機能は以下に一覧がある。 https://github.com/markedjs/marked/blob/v4.3.0/docs/USING_ADVANCED.md#known-extensions

Admonition がこれに相当するパッケージであるため、これを利用する方向で検討したい。