workflows-test

workflows-test

Testing pandoc workflows to add to pages site in place of jekyll

Workflows Test

Testing pandoc workflows to add to pages site in place of jekyll


Bold Italic Underline

SVG diagram

Math

$$ \int_5^7 {\frac{\sin(x^2)}{\cos^2(2x)}} $$

Inline Math

Q1:

Given the following equation $$f(x)=3x+7\left(\frac{x!}{\cos {x^2}}\right)$$ tell whether $x=-7$ is a root of $f(x)$

Code

#include <stdio.h>

int main(void) {
  return 0;
}

Theend