~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to markdownextensions/semanticwikilinks/ChangeLog.md

  • Committer: Holger Rapp
  • Date: 2019-06-21 18:34:42 UTC
  • mfrom: (540.1.3 update_ops_script)
  • Revision ID: sirver@gmx.de-20190621183442-y2ulybzr0rdvfefd
Adapt the update script for the new server.

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