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: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ Description of send-default-pii
202
202
203
203
### Code Blocks
204
204
205
-
Consecutively code blocks will be automatically collapsed into a tabulated container. This behavior is generally useful if you want to define an example in multiple languages:
205
+
Consecutive code blocks will be automatically collapsed into a tabulated container. This behavior is generally useful if you want to define an example in multiple languages:
206
206
207
207
208
208
````markdown
@@ -213,6 +213,7 @@ function foo() { return 'bar' }
213
213
```python
214
214
def foo():
215
215
return 'bar'
216
+
```
216
217
````
217
218
218
219
Some times you may not want this behavior. To solve this you can either break up the code blocks with some additional text, or you can use the ``<Break />`` component.
0 commit comments