test project

testing
testing rendering for all md components within the project page

here is a link right here

This is a paragraph and this is a link within a paragraph

and this is an image rendered from wikimedia image

this is some italic text and this is some bold text

this is some text with inline backtick-ed text.

a blockquote woah
  1. this is a numbered list
  2. number 2
  3. number 3
  • this is an unordered list
  • absolutely no order in this list
  • this could've been the second member in this list

this is some math

y = mx + c

some more math \text{Mean Squared Error} = \sum^{n}_{i=1} (\hat{y} - \bar{y}) ^ {2}

this is a codeblock

C
#include <stdio.h>
int main() {
    printf("hello world\n");
    return 0;
}
python
print('hello world!')
thisis atable
helloworldtable

  • checkbox
  • done

Notes

  • ordered lists and unordered lists arent working
  • headings arent working (will have to add styles)
  • codeblock seems to be working, need to add some formatting though
  • check for math rendering in latex on web
  • set styling for checkboxes
arrow_upward arrow_upward