Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 351 Bytes

markdown.md

File metadata and controls

14 lines (10 loc) · 351 Bytes

Markdown API

Back to the navigation

Render an arbitrary Markdown document

$gitignoreTemplates = $client->api('markdown')->render('Hello world github/linguist#1 **cool**, and #1!', 'markdown');

Render a Markdown document in raw mode

$gitignore = $client->api('markdown')->renderRaw('path/to/file');