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
* Fix newline removal after options by parsing a table instead of a string
* Add test
* Add release note and bump extension
* Simplify logic.
* Add more test cases...
* Improve number example
Copy file name to clipboardexpand all lines: docs/qwebr-release-notes.qmd
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Features listed under the `-dev` version have not yet been solidified and may ch
57
57
58
58
## Bug fixes
59
59
60
+
- Newline characters that separate options from code lines are now removed. ([#217](https://github.com/coatless/quarto-webr/pulls/217))
60
61
- Prevented vertical scroll bars from always being present by modifying the adaptive container of the editor to always be at least 2 pixels greater than the editor's content instead of being the exact amount. ([#164](https://github.com/coatless/quarto-webr/issues/164))
0 commit comments