Arvind Anand

Post 4 Markdown Test

Arvind Anand
Table of Contents

GitHub Flavored Markdown Test #

Headers #

H1 #

H2 #

H3 #

H4 #

H5 #
H6 #

Emoji #

:see_no_evil: 🙈

Text #

Normal text #

I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.I can eat glass, it does not hurt me.

The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.

Long word #

word aVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWord word

List:

  1. word aVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWordaVeryLongWord word

A long URL: https://example.org/aVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURL.

A link with a long word: aLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWordaLinkWithALongWord.

A link with a long text: A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text. A link with a long text.

List:

  1. A long URL: https://example.org/aVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURLaVeryLongURL.

Emphasis #

Italic text Italic text

Bold text

Bold text

Bold and Italic text

Bold and Italic text

Blockquotes #

This is a blockquote demo. This is a blockquote demo. This is a blockquote demo. This is a blockquote demo. This is a blockquote demo. This is a blockquote demo. This is a blockquote demo. This is a blockquote demo.

This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote.

This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote. This is a blockquote.

Lists #

Unordered List #

Ordered List #

  1. First item
  2. Second item
  3. Third item

Code #

Inline Code #

Here is some inline code. Here is longer inline code inline code inline codeinline codeinline codeinline codeinline code.

Code Block with JavaScript Tag #

Line number enabled #

1
2
3
// Comments are in italics. The last character of a line overflows if there is no padding.
// WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
1
2
3
console.log("Hello")
console.log("Hello")
console.log("Hello")
1
2
3
function sayHello() {
  console.log("Hello, world!"); console.log("Hello, world!"); console.log("Hello, world!"); console.log("Hello, world!");
}

Line number disabled #

// Comments are in italics. The last character of a line overflows if there is no padding.
// https://github.com/CyrusYip/hugo-theme-yue/issues/7
// WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
function sayHello() {
  console.log("Hello, world!"); console.log("Hello, world!"); console.log("Hello, world!"); console.log("Hello, world!");
}

Code Block with Bash Tag #

1
2
#!/bin/bash
echo "Hello, world!"

Code Block without Language Tag #

1
2
code block without
a language tag.
1
2
code block without
a language tag.

Paragraph.

1
2
This is a code block without a language tag. This is a code block without a language tag. This is a code block without a language tag.
This is a code block without a language tag. This is a code block without a language tag. This is a code block without a language tag.

Paragraph.

1
2
#!/bin/bash
echo "Hello, world!"

Code block indented with four spaces #

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Example HTML5 Document</title>
</head>
<body>
  <p>Test</p>
  <p>Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text Long Text</p>
</body>
</html>

Code block with Hugo’s internal highlight shortcode #

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Example HTML5 Document</title>
</head>
<body>
  <p>Test</p>
</body>
</html>

Horizontal Rule #

1


2


3


GitHub

Images without caption #

1Alt text2

1Alt text2

Images with caption #

text text

2000×2000 image

text text

200×200 image

text text

iframe #

video #

This is fake video, which is used to test overflow.

Tables #

Ordinary Table #

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

Long Table #

Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Header 7 Header 8 Header 9 Header 10
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10
Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 21 Cell 22 Cell 23 Cell 24 Cell 25 Cell 26 Cell 27 Cell 28 Cell 29 Cell 30

Long Table with 20 Headers #

Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Header 7 Header 8 Header 9 Header 10 Header 11 Header 12 Header 13 Header 14 Header 15 Header 16 Header 17 Header 18 Header 19 Header 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 21 Cell 22 Cell 23 Cell 24 Cell 25 Cell 26 Cell 27 Cell 28 Cell 29 Cell 30 Cell 31 Cell 32 Cell 33 Cell 34 Cell 35 Cell 36 Cell 37 Cell 38 Cell 39 Cell 40
Cell 41 Cell 42 Cell 43 Cell 44 Cell 45 Cell 46 Cell 47 Cell 48 Cell 49 Cell 50 Cell 51 Cell 52 Cell 53 Cell 54 Cell 55 Cell 56 Cell 57 Cell 58 Cell 59 Cell 60
Cell 61 Cell 62 Cell 63 Cell 64 Cell 65 Cell 66 Cell 67 Cell 68 Cell 69 Cell 70 Cell 71 Cell 72 Cell 73 Cell 74 Cell 75 Cell 76 Cell 77 Cell 78 Cell 79 Cell 80
Cell 81 Cell 82 Cell 83 Cell 84 Cell 85 Cell 86 Cell 87 Cell 88 Cell 89 Cell 90 Cell 91 Cell 92 Cell 93 Cell 94 Cell 95 Cell 96 Cell 97 Cell 98 Cell 99 Cell 100
Cell 101 Cell 102 Cell 103 Cell 104 Cell 105 Cell 106 Cell 107 Cell 108 Cell 109 Cell 110 Cell 111 Cell 112 Cell 113 Cell 114 Cell 115 Cell 116 Cell 117 Cell 118 Cell 119 Cell 120
Cell 121 Cell 122 Cell 123 Cell 124 Cell 125 Cell 126 Cell 127 Cell 128 Cell 129 Cell 130 Cell 131 Cell 132 Cell 133 Cell 134 Cell 135 Cell 136 Cell 137 Cell 138 Cell 139 Cell 140
Cell 141 Cell 142 Cell 143 Cell 144 Cell 145 Cell 146 Cell 147 Cell 148 Cell 149 Cell 150 Cell 151 Cell 152 Cell 153 Cell 154 Cell 155 Cell 156 Cell 157 Cell 158 Cell 159 Cell 160
Cell 161 Cell 162 Cell 163 Cell 164 Cell 165 Cell 166 Cell 167 Cell 168 Cell 169 Cell 170 Cell 171 Cell 172 Cell 173 Cell 174 Cell 175 Cell 176 Cell 177 Cell 178 Cell 179 Cell 180
Cell 181 Cell 182 Cell 183 Cell 184 Cell 185 Cell 186 Cell 187 Cell 188 Cell 189 Cell 190 Cell 191 Cell 192 Cell 193 Cell 194 Cell 195 Cell 196 Cell 197 Cell 198 Cell 199 Cell 200
Cell 201 Cell 202 Cell 203 Cell 204 Cell 205 Cell 206 Cell 207 Cell 208 Cell 209 Cell 210 Cell 211 Cell 212 Cell 213 Cell 214 Cell 215 Cell 216 Cell 217 Cell 218 Cell 219 Cell 220
Cell 221 Cell 222 Cell 223 Cell 224 Cell 225 Cell 226 Cell 227 Cell 228 Cell 229 Cell 230 Cell 231 Cell 232 Cell 233 Cell 234 Cell 235 Cell 236 Cell 237 Cell 238 Cell 239 Cell 240
Cell 241 Cell 242 Cell 243 Cell 244 Cell 245 Cell 246 Cell 247 Cell 248 Cell 249 Cell 250 Cell 251 Cell 252 Cell 253 Cell 254 Cell 255 Cell 256 Cell 257 Cell 258 Cell 259 Cell 260
Cell 261 Cell 262 Cell 263 Cell 264 Cell 265 Cell 266 Cell 267 Cell 268 Cell 269 Cell 270 Cell 271 Cell 272 Cell 273 Cell 274 Cell 275 Cell 276 Cell 277 Cell 278 Cell 279 Cell 280
Cell 281 Cell 282 Cell 283 Cell 284 Cell 285 Cell 286 Cell 287 Cell 288 Cell 289 Cell 290 Cell 291 Cell 292 Cell 293 Cell 294 Cell 295 Cell 296 Cell 297 Cell 298 Cell 299 Cell 300
Cell 301 Cell 302 Cell 303 Cell 304 Cell 305 Cell 306 Cell 307 Cell 308 Cell 309 Cell 310 Cell 311 Cell 312 Cell 313 Cell 314 Cell 315 Cell 316 Cell 317 Cell 318 Cell 319 Cell 320
Cell 321 Cell 322 Cell 323 Cell 324 Cell 325 Cell 326 Cell 327 Cell 328 Cell 329 Cell 330 Cell 331 Cell 332 Cell 333 Cell 334 Cell 335 Cell 336 Cell 337 Cell 338 Cell 339 Cell 340
Cell 341 Cell 342 Cell 343 Cell 344 Cell 345 Cell 346 Cell 347 Cell 348 Cell 349 Cell 350 Cell 351 Cell 352 Cell 353 Cell 354 Cell 355 Cell 356 Cell 357 Cell 358 Cell 359 Cell 360
Cell 361 Cell 362 Cell 363 Cell 364 Cell 365 Cell 366 Cell 367 Cell 368 Cell 369 Cell 370 Cell 371 Cell 372 Cell 373 Cell 374 Cell 375 Cell 376 Cell 377 Cell 378 Cell 379 Cell 380
Cell 381 Cell 382 Cell 383 Cell 384 Cell 385 Cell 386 Cell 387 Cell 388 Cell 389 Cell 390 Cell 391 Cell 392 Cell 393 Cell 394 Cell 395 Cell 396 Cell 397 Cell 398 Cell 399 Cell 400

Task Lists #

Task list:

Strikethrough #

This was a mistake.

Footnotes #

Here is a footnote reference1.


  1. Here is the footnote. ↩︎

Tags: