You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
5
5
- Changed the meaning of the chunk option `order`: previously, higher values indicate earlier execution; now higher values indicate later execution. This is a breaking change, but the new meaning should feel more natural. For example, `order = i` means to execute the chunk in the i-th step, and `order = i - 1.5` means to move the chunk back 1.5 step in the queue so it will be executed earlier than its previous chunk. See https://yihui.org/litedown/#sec:option-order for details.
6
6
7
+
- Added options `dollar`, `signif`, and `power` to format numbers from inline code. See https://yihui.org/litedown/#sec:inline-code for details.
8
+
7
9
- Empty table headers are removed in HTML output (they may be generated from data frames or matrices without column names).
8
10
9
11
- Added support for the chunk option `collapse = TRUE` (thanks, @J-Moravec, #40).
10
12
11
13
- Added support for the chunk option `fig.dim`, which is a shortcut for `fig.width` and `fig.height`.
12
14
13
-
- Fixed a bug that cross-references to other chapters of a book could not be resolved when previewing a singe chapter.
15
+
- Fixed a bug that cross-references to other chapters of a book could not be resolved when previewing a single chapter.
14
16
15
17
- Fixed a bug that the file navigation by line numbers on code blocks stopped working in `litedown::roam()` due to yihui/lite.js@5e06d19.
0 commit comments