Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2013-05-20 16:17:04
Size: 1287
Editor: 213
Comment: Add new extension page
Revision 6 as of 2013-09-01 20:43:57
Size: 1176
Editor: ArronRand
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#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
They realize that the most successful marriages are international.<<BR>>
Gone would be the days when researching was this kind of pain and trying to find something takes days and even weeks. com are either number one or two of all of the sites that rate the very [[http://plknews.com/user/profile/jamigordo/|best online dating sites]] within the UK.<<BR>>
There are [[http://dictionary.Reference.com/browse/Thousands|thousands]] on the market which offer free registration. For this generation of folks, love and sex are saved to the same page. <<BR>>
<<BR>>
In the course in the emails one of these brilliant women stops responding, which can often happen for the variety of reasons I discuss in other articles. This won't however mean that you smile even if someone is being rude to you personally. At its best, free online dating services can be fun, enriching, and exciting.<<BR>>
Finding anyone to date is easier which has a little aid from your friends. This just isn't [[http://Merriam-webster.com/dictionary/somebody|somebody]] which you start having sex with in the hopes that they may eventually fall in love with you together with want to own children.

They realize that the most successful marriages are international.
Gone would be the days when researching was this kind of pain and trying to find something takes days and even weeks. com are either number one or two of all of the sites that rate the very best online dating sites within the UK.
There are thousands on the market which offer free registration. For this generation of folks, love and sex are saved to the same page.

In the course in the emails one of these brilliant women stops responding, which can often happen for the variety of reasons I discuss in other articles. This won't however mean that you smile even if someone is being rude to you personally. At its best, free online dating services can be fun, enriching, and exciting.
Finding anyone to date is easier which has a little aid from your friends. This just isn't somebody which you start having sex with in the hopes that they may eventually fall in love with you together with want to own children.

MarkdownExtension (last edited 2019-08-14 15:55:48 by x)