daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

Allow to set base url for relative url #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow to use the tilde character (~) as a placeholder for a base url parameter 
specified as a configuration option (BaseUrl).
In this way it is easy to have the same markdown text on many environment with 
valid links. Relative url (like /test/bla/bla) are not safe because maybe on 
some environment you have a virtual directory.

I have forked the repository implementing this feature:
https://github.com/davideicardi/markdownxrc

In the attached file you can also find the unit test to reproduce the 
acceptance criteria.

thanks
davide

Original issue reported on code.google.com by davide.i...@gmail.com on 25 Sep 2012 at 10:04

Attachments: