blob: 5cd04d6f186813ad8aea654e8796c161b9e5fb05 [file] [log] [blame]
name: markdown_converter
description: This hello world example implements a simple
transformer that converts a markdown file (with
a ".mdown", ".md", or a ".markdown" extension) to HTML.
dependencies:
barback: ">=0.14.1 <0.16.0"
markdown: any
# Override the barback dependency so this example always uses the version
# of barback it's bundled with.
dependency_overrides:
barback: {path: ../..}
transformers:
- markdown_converter