File: Changes

package info (click to toggle)
libhtml-wikiconverter-markdown-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 526; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Revision history for HTML::WikiConverter::Markdown
date: 5 Aug 2014
version: 0.06
changes:
  - (bug #97384) Quote inline link titles
  - (bug #97385) Support heading IDs
  - (bug #97450) Support PRE and DIV
  - (bug #56769) Add newline after <br />
  - Add support for MarkDown Extra table & dl extensions.

date: 2009-03-16
version: 0.05
changes:
  - requires HTML::WikiConverter 0.67
  - (bug #43997) properly handles multiline code blocks

date: 2009-03-13
version: 0.04
changes:
  - correct handling of blockquotes containing only phrasal elements
  - (bug #43988) properly escape backticks within code tags
  - (bug #43993) don't escape underscores within code tags
  - (bug #43996) decode specific html entities within code tags

date: 2008-11-14
version: 0.03
changes:
  - (bug #40914) require H::WC 0.63
  - add perl license to Makefile.PL
  - add more comprehensive test
  - tighten pod-coverage.t loose ends

date: 2006-07-20
version: 0.02
changes:
  - require H::WC 0.60
  - add attribute types

date: 2006-07-07
version: 0.01
changes:
  - initial release (fulfill feature request: bug #18111)