Closed rprouse closed 10 years ago
It should display formatted text, ideally supporting GitHub extensions.
_Here is an example for testing_
public void LoadIssue( Issue issue ) { DataContext = issue; }
And an indented version
and some inline code LoadIssue(Issue issue)
LoadIssue(Issue issue)
It should display formatted text, ideally supporting GitHub extensions.
_Here is an example for testing_
And an indented version
and some inline code
LoadIssue(Issue issue)