Skip to content

Commit 877b6d4

Browse files
committed
fix #1500: don't set the -webkit-touch-callout property
1 parent d788871 commit 877b6d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bookdown
22
Type: Package
33
Title: Authoring Books and Technical Documents with R Markdown
4-
Version: 0.43.2
4+
Version: 0.43.3
55
Authors@R: c(
66
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
77
person("Christophe", "Dervieux", , "[email protected]", role = c("ctb"),

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Figure numbering is now correctly working in HTML with Pandoc 3, when Markdown syntax is used to include images (thanks, @N0rbert, #1467).
44

5+
- Removed the CSS property `-webkit-touch-callout: default;` from `gitbook` (thanks, @AlbertLei, #1500).
56

67
# CHANGES IN bookdown VERSION 0.43
78

0 commit comments

Comments
 (0)