View Source FsBuild.Adapters.MarkdownPublisher (FsBuild v1.0.3)
An adapter for building a Markdown publishing system.
Required dependencies
:earmark
:makeup
Options
:earmark_options
- an%Earmark.Options{}
struct:highlighters
- which code highlighters to use.FsBuild
usesMakeup
for syntax highlighting and you will need to add its.css
classes. You can generate the CSS classes by callingMakeup.stylesheet(:vim_style, "makeup")
inside iex -S mix. You can replace:vim_style
by any style of your choice defined here.