docsifyjs / docsifyjs/docsify

Allow plugins to handle raw embedded markdown content

オープン
#2,373 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
enhancement
主要言語
JavaScript
スター
31.5k
フォーク
5.8k
平均マージ
9日 8時間
マージ済み PR(30日)
2

説明

## Feature request

See title.

Related:

- #1499
- #2000

#### Problem or desire

Plugins are unable to process [embedded](https://docsify.js.org/#/embed-files?id=embed-files) markdown content because docsify does not make this content available via a plugin's `beforeEach` hook. Instead, docsify retrieves the embedded markdown content, transforms it to HTML, and makes it available for the first time to a plugin via the `afterEach` hook. This prevents plugins like [docsify-tabs](https://jhildenbiddle.github.io/docsify-tabs/) from working with embedded content.

#### Proposal

See title.

#### Implementation

TBD

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。