~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to markdownextensions/semanticwikilinks/ChangeLog.md

  • Committer: Holger Rapp
  • Date: 2009-02-20 12:25:18 UTC
  • Revision ID: holgerrapp@gmx.net-20090220122518-feaq34ta973snnct
Imported wikiapp into our repository, because we did some local changes (users must be logged in to edit wiki pages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Changelog
2
 
=========
3
 
 
4
 
 
5
 
Version 1.1
6
 
-----------
7
 
 
8
 
- The make_link function now takes four arguments:
9
 
    - `md`
10
 
      :    the current Markdown instance
11
 
    - `rel`
12
 
      :    the value of the rel attribute
13
 
    - `target`
14
 
      :    the value of the href attribute
15
 
    - `label`
16
 
      :    the link text, if any given.
17
 
 
18
 
 
19
 
Version 1.0
20
 
-----------
21
 
 
22
 
- Initial release