No commit activity in last 3 years
No release in over 3 years
Add HikiDoc support for middleman (converts *.hd to *.html)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.0.6
 Project Readme

middleman-hikidoc

Middleman plugin for HikiDoc, a text format used by Wiki Engine Hiki.

Installation

Add this to Gemfile and run bundle install

gem 'middleman-hikidoc', git: 'https://github.com/yhara/middleman-hikidoc.git'

Then add this to config.rb

activate :hikidoc

Options

Map ! to h3 instead of h1

activate :hikidoc, level: 3

Use to_html instead of to_xhtml

activate :hikidoc, format: :html

Other options:

  option :format, :xhtml
  option :plugin_syntax, nil
  option :level, 1
  option :allow_bracket_inline_image, true
  option :use_wiki_name, true
  option :use_not_wiki_name, true

License

MIT