We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f70f72 commit 17b9ee1Copy full SHA for 17b9ee1
src/packages/frontend/jupyter/cell-input.tsx
@@ -293,6 +293,7 @@ export const CellInput: React.FC<CellInputProps> = React.memo(
293
const cmOptions = options("markdown").toJS();
294
return (
295
<MarkdownInput
296
+ fontSize={props.font_size}
297
enableMentions={true}
298
cacheId={`${props.id}${frameActions.current?.frame_id}`}
299
value={props.cell.get("input") ?? ""}
0 commit comments