HAMK Smart Research Unit open research diary

Edit... Upload asset... Copy asset link template... Copy image template... Copy last modified at... Create another post...

For authors

2022-04-26, HAMK Smart
Last modified: 2022-05-11

site-meta

General guidelines

Markdown

Unless otherwise mentioned, the following will also work in GitHub preview.

Images

A weird computer-generated image that does not represent anything

Figure 1. Example image

Math

MathJax support is included. If this is a problem on your page, we can add a way to disable it. Unfortunately GitHub preview doesn’t render the math.

Inline math \(a^2 + b^2 = c^2\).

Equation:

\[a^2 + b^2 = c^2\tag{1}\]

Code

Inline code a^2 + b^2 + c^2.

Highlighted code block:

int main() {
  int i;
 
  generateTable();
 
  /* Printout */
  for (i = 0; i < 1025; i++) {
    printf("%d\t%d\n", i, sineTable[i]);
  }
 
  return 0;
}

Block diagrams

flowchart TB
    A & B--> C & D

Figure 2. A block diagram using Mermaid.

JavaScript

matter.js simulation using JavaScript. This will not show in GitHub preview.