developit / developit/snarkdown

Strikethrough not working

オープン
#100 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
2.4k
フォーク
115
PR マージ指標
30日以内にマージされた PR はありません

説明

1. goto [Snarky](https://snarky.surge.sh/)
2. attempt to format text with strike through via `~`

## Results
it renders the `~` as regular text... _should_ be ~strike through~

Failing test...

```javascript
it('parses strike through', () => {
expect(snarkdown('I like ~HUGE~ tiny libraries')).to.equal('I like HUGE tiny libraries');
});
```

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

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start with the failing JavaScript test shown in the issue and trace the snarkdown parser entry point. Confirm the current output for `~HUGE~`; done means the parser produces the expected `HUGE` markup and the test passes.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript, markdown
領域
tooling
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

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

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