Skip to content

Commit

Permalink
fix broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Mar 1, 2019
1 parent de82fab commit 25000ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void load()
var lines = fencedCodeBlock.Lines;
for (int i = 0; i < lines.Count; i++)
{
textFlowContainer.AddParagraph(lines.Lines[i].ToString());
textFlowContainer.AddCodeText(lines.Lines[i].ToString(), fencedCodeBlock.Info);
}
}

Expand Down

0 comments on commit 25000ec

Please sign in to comment.