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: src/content/pages/test.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: test
3
-
subtitle: this is a non-exhaustive page to demonstrate the use of some components and styling. It is recommended that when new components are introduced, how they are used gets added to the test page.
3
+
subtitle: this is a non-exhaustive page to demonstrate the use of some components and styling. It is recommended that when new components are introduced, how they are used gets added to the test page.
4
4
---
5
5
6
6
import { Image } from'astro:assets';
@@ -112,7 +112,7 @@ def bark():
112
112
defmain():
113
113
print("What does the dogs say?")
114
114
print("Dogs: ", bark())
115
-
115
+
116
116
main()
117
117
118
118
```
@@ -265,7 +265,7 @@ Barking up the right tree
265
265
266
266
<ButtonLinkdisabled>Signup closed, no URL present</ButtonLink>
267
267
</div>
268
-
268
+
269
269
<ButtonLinkurl="https://voting.europython.eu"className="flex justify-center mt-10 mb-10">Go to the community voting</ButtonLink>
0 commit comments