Size: 314
Comment:
|
Size: 1287
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Baton Rouge-born Katherina Scott spare-time hobbies includes [[http://italodance.net/forum/profile.php?mode=viewprofile&u=1542004|harley davidson spain forum]] collectible figurines,memorabilia, cooking. And finally, what he prize most is traveling by air, exploring a variety of resorts one example is Banchang. | #pragma section-numbers 2 = Markdown Extension = Markdown Extension for hgweb. <<TableOfContents>> == Status == '''This extension is not distributed with Mercurial.''' ''Author: '' ''Chris Eldredge'' Repository: ''[[https://bitbucket.org/celdredge/hgext.markdown]]'' == Overview == Similar to GitHub, this module looks for a file named ReadMe.md or ReadMe.markdown (case insensitive). A custom theme is provided that displays the formatted contents on the summary (index) view. In addition to showing formatted information on the summary view, this module replaces the default file view for .md or .markdown files, enabling you to use the WikiLinks extension to support documentation split across several pages. == Installation == 1. Install Python-Markdown (http://packages.python.org/Markdown/install.html) 1. Clone this repository to /example/hgext.markdown 1. Add the following to your hgweb config == Configuration == Configure your .hgrc to enable the extension by adding following lines: {{{ [web] templates = /example/hgext.markdown style = markdown #optional; 'tip' is default value. markdown.changeid = tip [extensions] hgext.markdown=/example/hgext.markdown }}} == See also == ---- CategoryExtensionsByOthers |
Markdown Extension
Markdown Extension for hgweb.
Contents
1. Status
This extension is not distributed with Mercurial.
Author: Chris Eldredge
Repository: https://bitbucket.org/celdredge/hgext.markdown
2. Overview
Similar to GitHub, this module looks for a file named ReadMe.md or ReadMe.markdown (case insensitive).
A custom theme is provided that displays the formatted contents on the summary (index) view.
In addition to showing formatted information on the summary view, this module replaces the default file view for .md or .markdown files, enabling you to use the WikiLinks extension to support documentation split across several pages.
3. Installation
Install Python-Markdown (http://packages.python.org/Markdown/install.html)
- Clone this repository to /example/hgext.markdown
- Add the following to your hgweb config
4. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[web] templates = /example/hgext.markdown style = markdown #optional; 'tip' is default value. markdown.changeid = tip [extensions] hgext.markdown=/example/hgext.markdown