~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to markdownextensions/semanticwikilinks/ChangeLog.md

  • Committer: franku
  • Date: 2016-04-18 13:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160418132923-bfzkb5mvdr7l8mz4
added migrations to each app

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