View Source GitHub.Markdown (GitHub REST API Client v0.0.6)

Provides API endpoints related to markdown

Link to this section Summary

Functions

Render a Markdown document

Render a Markdown document in raw mode

Link to this section Functions

Link to this function

render(body, opts \\ [])

View Source
@spec render(
  map(),
  keyword()
) :: {:ok, binary()} | {:error, GitHub.Error.t()}

Render a Markdown document

resources

Resources

Link to this function

render_raw(body, opts \\ [])

View Source
@spec render_raw(
  String.t(),
  keyword()
) :: {:ok, binary()} | {:error, GitHub.Error.t()}

Render a Markdown document in raw mode

resources

Resources