hackmdio / hackmdio/vscode-hackmd
Mathjax makes the closest bullet point disappears
- 主要言語
- TypeScript
- スター
- 175
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
For example I have a markdown file:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
$$
y=ax+b
$$
5. Fifth point
```
> What I expected to see:
> 
> What actually rendered:
> 
I've tried different combinations of indentation and I find out that this markdown renders what I expected:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
4.
$$
y=ax+b
$$
5. Fifth point
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
番号付きリストの Markdown の例で問題を再現し、期待されるスクリーンショットと実際のスクリーンショットを比較します。まず Markdown/MathJax のレンダリングのエントリーポイントを見つけ、次に、インデントされたディスプレイ数式が存在する場合でもリスト項目が表示されたままであることを確認して修正を検証し、プロジェクトに関連するテスト領域がある場合はリグレッションテストを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- markdown
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100