Skip to main content

Migration test - DO NOT EDIT IN DEV

Make a copy of this report for testing markdown conversion.
Created on January 22|Last edited on January 26

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):

colab badge


this is a paragraph with an unlinked inline image colab badge and here is some more text in the same paragraph


this is a paragraph with a linked inline image colab badge 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 colab badge


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



Ordered List


  1. List item 1
  2. List item 2 (inline formatting)
  3. List item 3 (linked)
  4. List item 4 (nested)
    1. Nested list item 4-1 (linked)
    2. Nested list item 4-2
  5. List item 5

Math


Here is some inline math: x+y=zx+y=z


Block o' math:

x+y=zeiπ+1=0x+y = z \\ e^{i\pi }+1=0

Table


SyntaxDescription
Header (formatted)Title
Paragraph (linked)Text (formatted)
x+y=zx+y=z (inline math)Does this work



Run set
51