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: packages/notebook-extension/schema/tracker.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -922,6 +922,13 @@
922
922
"description": "Side-by-side right margin override.",
923
923
"type": "string",
924
924
"default": "10px"
925
+
},
926
+
"sideBySideOutputRatio": {
927
+
"title": "Side-by-side output ratio",
928
+
"description": "For the side-by-side rendering, the side-by-side output ratio defines the width of the output vs the input. Set 1 for same size, > 1 for larger output, < 1 for smaller output.",
0 commit comments