View Source GitHub.Markdown (GitHub REST API Client v0.0.13)
Provides API endpoints related to markdown
Link to this section Summary
Link to this section Functions
@spec render( map(), keyword() ) :: {:ok, binary()} | {:error, GitHub.Error.t()}
Render a Markdown document
resources
Resources
@spec render_raw( String.t(), keyword() ) :: {:ok, binary()} | {:error, GitHub.Error.t()}
Render a Markdown document in raw mode