예제 #1
0
 /**
  * Include Markdown and run the perk documentation through it before outputting it to the screen.
  *
  */
 function display_documentation()
 {
     echo GWPerks::markdown($this->get_documentation());
 }