Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created April 11, 2014 19:08
Show Gist options
  • Save lordofthejars/10493130 to your computer and use it in GitHub Desktop.
Save lordofthejars/10493130 to your computer and use it in GitHub Desktop.
package com.lordofthejars.asciidoctorfy;
/**
*
* My name is *Alex*.
* I am 33 years _old_.
*
* Jump Jump +!!+.
*
* include::src/test/java/com/lordofthejars/asciidoctorfy/MyInterface.java[]
*
* include::src/test/java/com/lordofthejars/asciidoctorfy/Project#getId().java[]
*
*/
public class MM {
/**
* It is a *method*.
*/
@Test
public void method() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment