Migration test - DO NOT EDIT IN DEV
Section 1
Add markdown, images, and LaTeX\LaTeX
MARKDOWN BLOCK CONVERSION TESTS
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
####### Heading 7
Paragraph
this is your run-of-the-mill text paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
this is a paragraph with bold, italic, and strikethrough text, plus a link
Image
image by itself (unlinked):
this is a paragraph with an unlinked inline image and here is some more text in the same paragraph
this is a paragraph with a linked inline image and here is some more text in the same paragraph
here is a combined text+image link (is this even valid markdown?):
link me along with the image please
Code Block
here is an inline code block this code does not work
multi-line code block:
batch_size:
- 32
- 64
img_dim:
- 96
- 128
trainable:
- true
- false
Block Quote
here is a block quote.
here is another block quote, with a nested block quote.
here is that nested block quote i was talking about.
Unordered List
- List item 1
- List
item 2(inline formatting) - List item 3 (linked)
- List item 4 (nested)
- Nested list item 4-1 (linked)
- Nested list item 4-2
- List item 5
Ordered List
- List item 1
- List item 2 (inline formatting)
- List item 3 (linked)
- List item 4 (nested)
- Nested list item 4-1 (linked)
- Nested list item 4-2
- List item 5
Math
Here is some inline math: x+y=zx+y=z
Block o' math:
Table
Syntax | Description |
---|---|
Header (formatted) | Title |
Paragraph (linked) | |
x+y=zx+y=z (inline math) | Does this work |