File: changelog.md

package info (click to toggle)
haskell-commonmark-pandoc 0.2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 96 kB
  • sloc: haskell: 238; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download
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
43
44
45
46
47
48
49
# Changelog for commonmark-pandoc

## 0.2.2.2

- Add wrapper="1" when we need to add Div or Span. This is needed for
  good round-tripping; a djot writer can see that this attribute
  was added and remove the wrapping, adding the attributes directly
  to the element.

## 0.2.2.1

- Remove nested footnotes (#138).

## 0.2.2

- Add support for alerts extension (#132).

## 0.2.1.3

- Allow pandoc-types 1.23.

## 0.2.1.2

- Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769).
  We were always adding an enclosing Div, even when the block
  admits attributes. Now the attributes are added to the block
  itself, unless it can't accept attributes (as with inlines).

## 0.2.1.1

- Don't collapse Para to Plain in task lists (#77).

## 0.2.1

- commonmark-pandoc.cabal: remove unneeded build-depend on containers.
- Support wikilinks extension.

## 0.2.0.1

- Allow pandoc-types 1.22.

## 0.2.0.0

- Add HasQuoted instance.
- Apply attributes directly to Table element (#47).

## 0.1.0.0

- Initial release