simple_markdown v0.5.4 mix simple_markdown.rules.new

Generates the standard rules config.

The rules config should be imported into the app’s config.exs

import_config "simple_markdown_rules.exs"

The rule config may be changed to suit your needs, if new rules are added or you wish the rendering behaviour of current rules to be changed this can be done by defining new rendering implementations for those rules.

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.