View Source FsBuild.Adapters.MarkdownPublisher (FsBuild v1.0.1)

An adapter for building a Markdown publishing system.

required-dependencies

Required dependencies

  • :earmark
  • :makeup

options

Options

  • :earmark_options - an %Earmark.Options{} struct
  • :highlighters - which code highlighters to use. FsBuild uses Makeup for syntax highlighting and you will need to add its .css classes. You can generate the CSS classes by calling Makeup.stylesheet(:vim_style, "makeup") inside iex -S mix. You can replace :vim_style by any style of your choice defined here.