Skip to content

Commit

Permalink
#27: Additional TODOs in MarkdownTests to add tests for newly added c…
Browse files Browse the repository at this point in the history
…lasses
  • Loading branch information
MarcinCelej committed Dec 26, 2023
1 parent 390e6c0 commit 6d56374
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public void CreateMarkdownDocument()
.Append(SampleTable())
.Append(new Markdown.Quote("some quote"));

// TODO: Marcin Celej [from: Marcin Celej on: 23-12-2023]: Add image test here
// TODO: Marcin Celej [from: Marcin Celej on: 23-12-2023]: Add link test here

Verifier.Verify(markdown.ToString(), "md");

Markdown.Table SampleTable()
Expand Down

0 comments on commit 6d56374

Please sign in to comment.