Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a0e6bb

Browse files
Fix the markdown URL in the sample notebook
URLs without `https://` are relative.
1 parent71becd4 commit8a0e6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎wasm/notebook/snippets/python-markdown-math.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the notebook, you can write markdown, math and python. use %% then:
2020

2121

2222
I **can** bold things and _italicize_ them. You got the gist, this is standard
23-
markdown syntax that you can [google](google.com).
23+
markdown syntax that you can [google](https://google.com).
2424

2525
<br>
2626

@@ -66,4 +66,4 @@ print("RustPython called back and said people need to have")
6666
import random
6767
rnd = random.randint(1,5)
6868

69-
print("nice " * rnd + "things.")
69+
print("nice " * rnd + "things.")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp