MdDoctest (md_doctest v0.1.3) View Source

## Example

iex> a = 2
...> b = 3
...> a + b
5

...> a = 2
...> b = 3
...> a
2

## Example

iex> 1 + 1
2

Link to this section Summary

Functions

See MdDoctest.Parser.to_doctest/1.

Link to this section Functions

See MdDoctest.Parser.to_doctest/1.