Skip to content

Commit 827cfbd

Browse files
committed
chore: trailing whitespace
1 parent 78fea7b commit 827cfbd

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

docs/examples/example.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ with open("example.qmd", "r") as f:
1717
```
1818

1919
::: {.cell-output .cell-output-stdout}
20-
>
20+
>
2121

2222
> # This is a simple example that uses python
2323

24-
>
24+
>
2525

2626
> You can take a look at the .qmd that generated this docs
2727

2828
> from:
2929

30-
>
30+
>
3131

3232
> [https://github.com/jspaezp/mkquartodocs/tree/main/docs](https://github.com/jspaezp/mkquartodocs/tree/main/docs)
3333

34-
>
34+
>
3535

36-
>
36+
>
3737

3838
> But we can use python to check the contents of this file!
3939

40-
>
40+
>
4141

4242
> ```{python}
4343

@@ -47,37 +47,37 @@ with open("example.qmd", "r") as f:
4747

4848
> print("> ", str(l))
4949

50-
>
50+
>
5151

5252
> ```
5353

54-
>
54+
>
5555

56-
>
56+
>
5757

5858
> # Hello
5959

60-
>
60+
>
6161

6262
> Here is some text
6363

64-
>
64+
>
6565

66-
>
66+
>
6767

6868
> ```{python}
6969

7070
> print("Hello World")
7171

7272
> ```
7373

74-
>
74+
>
7575

7676
> Here is how warnings look
7777

78-
>
78+
>
7979

80-
>
80+
>
8181

8282
> ```{python}
8383

@@ -87,13 +87,13 @@ with open("example.qmd", "r") as f:
8787

8888
> ```
8989

90-
>
90+
>
9191

9292
> Some python logic
9393

94-
>
94+
>
9595

96-
>
96+
>
9797

9898
> ```{python}
9999

@@ -105,13 +105,13 @@ with open("example.qmd", "r") as f:
105105

106106
> ```
107107

108-
>
108+
>
109109

110110
> And finally an error just to see how it looks
111111

112-
>
112+
>
113113

114-
>
114+
>
115115

116116
> ```{python}
117117

@@ -173,12 +173,12 @@ raise NotImplementedError
173173
```
174174

175175
::: {.cell-output .cell-output-error}
176-
NotImplementedError:
176+
NotImplementedError:
177177
---------------------------------------------------------------------------
178178
NotImplementedError Traceback (most recent call last)
179179
Cell In[5], line 1
180180
----> 1 raise NotImplementedError
181181

182-
[0;31mNotImplementedError[0m:
182+
[0;31mNotImplementedError[0m:
183183
:::
184184
::::

0 commit comments

Comments
 (0)