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
"In Azure Data Studio you should also get used to using the Command Palette to find commands with intellisense, this can be opened with `F1` and then if you type 'New N' you can create a new notebook\r\n",
"You can **emphasise** text **in bold** with two `**` before and after a word or phrase \r\n",
96
+
"You can *emphasise* text *with italics* with one `*` before and after a word or phrase \r\n",
97
+
"You can ***emphasise*** text ***with bold AND italics*** with three `***` before and after a word or phrase \r\n",
98
+
"You can <u>emphasise</u> text <u>by underlining</u> by enclosing it in `<u>` tags `<u>Text to underline</u>` \r\n",
99
+
"You can **<u>emphasise</u>** text **<u>in bold and underlining</u>** with `**` before and after the `<u>` tags `**<u>Text to underline and bold</u>**` \r\n",
100
+
"You can *<u>emphasise</u>* text *<u>in italics and underlining</u>* with `*` before and after the `<u>` tags `*<u>Text to underline and italicise</u>*` \r\n",
101
+
"You can ***<u>emphasise</u>*** text ***<u>in bold and italics and underlining</u>*** with `***` before and after the `<u>` tags `*<u>Text to underline and embolden and italicise</u>*` \r\n",
102
+
"\r\n",
103
+
"### Quotes\r\n",
104
+
"\r\n",
105
+
"You can add a quote block using a `>` and a space before each line of the quote\r\n",
106
+
"\r\n",
107
+
"> Kid, the next time I say, Let's go someplace like Bolivia, \r\n",
"To create an unordered bullet list use `-` and a space\r\n",
122
+
"\r\n",
123
+
"Here is a list of Data Events\r\n",
124
+
"\r\n",
125
+
"- Data Grillen\r\n",
126
+
"- Data Saturday Holland\r\n",
127
+
"- Data Relay\r\n",
128
+
"- Data Scotland\r\n",
129
+
"\r\n",
130
+
"To indent the lists tab and then `-` and a space\r\n",
131
+
"\r\n",
132
+
"- Germany\r\n",
133
+
" - Berlin\r\n",
134
+
" - Munich\r\n",
135
+
" - Lingen\r\n",
136
+
" - Data Grillen\r\n",
137
+
" - William Durkin\r\n",
138
+
"- Netherlands\r\n",
139
+
" - Amsterdam\r\n",
140
+
" - Rotterdam\r\n",
141
+
" - Apenhuel\r\n",
142
+
"\r\n",
143
+
"Creating a numbered list as you can imagine uses numbers and a . like this \r\n",
144
+
"\r\n",
145
+
" 1. first\r\n",
146
+
" 2. second\r\n",
147
+
"\r\n",
148
+
"1. first\r\n",
149
+
"2. second\r\n",
150
+
"\r\n",
151
+
"and indenting uses tabs as you expect\r\n",
152
+
"\r\n",
153
+
"1. first\r\n",
154
+
" 1. first inside\r\n",
155
+
" 2. second inside\r\n",
156
+
" 1. first even further\r\n",
157
+
" 3. third inside\r\n",
158
+
"2. second\r\n",
159
+
"\r\n",
160
+
"However, all you need is to start with a `1.` (or possibly any smaller other number Which we think may be an int) after that any number will work!\r\n",
161
+
"\r\n",
162
+
" 1. Start with a 1.\r\n",
163
+
" 7. After that any number will do!\r\n",
164
+
" 1100. As high as you like!\r\n",
165
+
"\r\n",
166
+
"1. Start with a 1.\r\n",
167
+
"7. After that any number will do!\r\n",
168
+
"1100. As high as you like! \r\n",
169
+
"\r\n",
170
+
"and in the indentations as well\r\n",
171
+
"\r\n",
172
+
" 1. Start with a 1.\r\n",
173
+
" 77. After that any number will do!\r\n",
174
+
" 1. It works the same when indented\r\n",
175
+
" 7. It's a bit odd\r\n",
176
+
" 1. Feels a bit strange\r\n",
177
+
" 47889. Because the Markdown orders the numbers\r\n",
178
+
" 5. and they can be in any order\r\n",
179
+
" 11. As high as you like!\r\n",
180
+
"\r\n",
181
+
"\r\n",
182
+
"1. Start with a 1.\r\n",
183
+
"77. After that any number will do!\r\n",
184
+
" 1. It works the same when indented\r\n",
185
+
" 5. It's a bit odd\r\n",
186
+
" 1. Feels a bit strange\r\n",
187
+
" 47889. Because the Markdown orders the numbers\r\n",
"You can embed images into your notebook. You ***should*** be able to use local images but I cannot get it to work.\r\n",
217
+
"\r\n",
218
+
"Images are embedded with `` like this ``\r\n",
0 commit comments