112113114115116117118119120121122
*/ @Test public void retrievesMarkdown() throws Exception { final Github github = new MkGithub(); MatcherAssert.assertThat( github.markdown(), Matchers.notNullValue() ); } /**