docs/markdoc.yaml @ e90cf5cad060

Use @cmdutil.command decorator to define command table.

It's been available for 5 years (since Mercurial 1.9), and Mercurial 3.8
deprecates the use of hand-built command tables as of 38dc3f28f478.
author Kevin Bullock <kbullock@ringworld.org>
date Wed, 20 Apr 2016 10:15:36 -0500
parents 187b25ff6e1a
children (none)
wiki-name: "hg-prompt"


static-dir: "static"

hide-prefix: "."
document-extensions: [.md, .mdown, .markdown]
generate-listing: always
listing-filename: "list.html"

use-default-static: false

markdown:
  safe_mode: false
  output_format: xhtml1
  extensions: [codehilite, def_list, toc]

server:
  bind: '127.0.0.1'
  port: 8010
  server_name: 'sjl.bitbucket.org'