Skip to content

Commit

Permalink
fix(ui): render markdown content for questions in nested lists (#1114)
Browse files Browse the repository at this point in the history
Fixes #1113
  • Loading branch information
mxschll authored Oct 13, 2024
1 parent 0df82e1 commit e0c1ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/flashcard-review-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class FlashcardReviewView {
this._currentNote.filePath,
);
await wrapper.renderMarkdownWrapper(
this._currentCard.front,
this._currentCard.front.trimStart(),
this.content,
this._currentQuestion.questionText.textDirection,
);
Expand Down

0 comments on commit e0c1ada

Please sign in to comment.