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: docs/code-links.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You can add as many code links per article as you like.
35
35
36
36
Suppose you are writing an article about ordering syntax in SQL. To keep the code snippets from getting too verbose, you'll probably want to show only the SELECT queries, not the CREATE TABLE and INSERTs that prepare the data.
37
37
38
-
To accomplish this, you can show display the SELECTs in your article, while executing all the code behind the scenes.
38
+
To accomplish this, you can show the SELECTs in your article, while executing all the code behind the scenes.
39
39
40
40
First, add a static code snippet to your article as usual:
0 commit comments