Fix code wrap in markdown (#3755)
This commit is contained in:
parent
2d9380a6fd
commit
13a6d538a9
@ -70,7 +70,7 @@ def get_base_component_map() -> dict[str, Callable]:
|
||||
"a": lambda value: Link.create(value),
|
||||
"code": lambda value: Code.create(value),
|
||||
"codeblock": lambda value, **props: CodeBlock.create(
|
||||
value, margin_y="1em", **props
|
||||
value, margin_y="1em", wrap_long_lines=True, **props
|
||||
),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user