@@ -211,7 +211,8 @@ def _(formulate, init_root_options, mo):
211211 ```
212212 { from_root }
213213 ```
214-
214+ """ )], justify = "center" ),
215+ mo .hstack ([mo .md (f"""
215216 And they can be converted into the desired syntax with
216217 """ )], justify = "center" ),
217218 mo .hstack (
@@ -300,7 +301,8 @@ def _(formulate, init_numexpr_options, mo):
300301 ```
301302 { from_numexpr }
302303 ```
303-
304+ """ )], justify = "center" ),
305+ mo .hstack ([mo .md (f"""
304306 And they can be converted into the desired syntax with
305307 """ )], justify = "center" ),
306308 mo .hstack (
@@ -385,7 +387,8 @@ def _(formulate, init_root_options2, mo):
385387 ```
386388 { from_root2 }
387389 ```
388-
390+ """ )], justify = "center" ),
391+ mo .hstack ([mo .md (f"""
389392 And they can be converted into the desired syntax with
390393 """ )], justify = "center" ),
391394 mo .hstack (
@@ -593,7 +596,8 @@ def _(formulate, init_from_options, mo, text_area):
593596 ```
594597 { expr }
595598 ```
596-
599+ """ )], justify = "center" ),
600+ mo .hstack ([mo .md (f"""
597601 And they can be converted into the desired syntax with
598602 """ )], justify = "center" ),
599603 mo .hstack (
@@ -612,7 +616,7 @@ def _(formulate, init_from_options, mo, text_area):
612616 ),
613617 ],
614618 align = "stretch" ,
615-
619+
616620 )
617621 return
618622
0 commit comments