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
+23-12Lines changed: 23 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Let's suppose that you have the following markdown file:
41
41
42
42
```python
43
43
from operator import add
44
-
a = 1
44
+
a = 1
45
45
b = 2
46
46
```
47
47
@@ -54,10 +54,20 @@ Let's suppose that you have the following markdown file:
54
54
Then in this case the second code-block depends on the first code-block. The standard settings of `check_md_file` assume that each code-block needs to run independently. If you'd like to test markdown files with these sequential code-blocks be sure to set `memory=True`.
0 commit comments