Writing tutorial post in Markdown

Markdown guides and tips for writing

Last updated Mar 3, 2021   •   5 min read   •   45 views     •  Tutorial
#LaTex (2)

Contents [Show]

Basic

Headers

Header 1

Header 2

Header 3

Styling

Bold

Italics

Bold and Italics

Lists

  1. Item 1
  2. Item 2
  3. Unordered Item

    • Sub Item 1
    • Bold Sub Sub Ordered Item

In-Line

I’m a reference-style link 1

I’m a reference-style link 1

Math

inline a2+b2=c2a^2 + b^2 = c^2

a2+b2=c2a^2 + b^2 = c^2

Table

Task (TT)Period (PP)Execution
Time (EtE_t)
Deadline (DD)Deadline (DD)Deadline (DD)
T1T_131333
T2T_241444
T3T_3102101010
T3T_3102101010
T3T_3102101010
the v_2 caption

Code Snippet

matlab
% thingSpeakRead(<channelID>, <Name>, <Value>)[data,time] = thingSpeakRead(12397)

% Or specific Fields with Output Format flag
thingSpeakRead(12397,'Fields',[1 4],'NumPoints',10,'OutputFormat','table')

thingSpeakWrite(<channelID>, 'WriteKey', <write-key>,...
		[field1_val, field2_val, field3_val]) 

% Or automated process for batch authentication from multiple channels
thingSpeakAuthenticate(<channelID>, <Name>, <Value>)
shell
#!/bin/sh
pwd/usr/home/tin/bin
ls -latotal 2
drwxr-xr-x   2 tin  tin     11 Jan 10 16:48 .
drwxr--r-x  45 tin  tin     92 Feb 14 11:10 ..
-rwxr-xr-x   1 tin  tin    444 Aug 25  2013 backup
-rwxr-xr-x   1 tin  tin    642 Jan 17 14:42 deploy

GitHub Color Codes

actionscript
applescript
assembly
autohotkey
autoit
arduino
batch
c
c-sharp
cpp
clojure
coffeescript
css
dart
dockerfile
fortran
go
groovy
haskell
html
http
java
javascript
julia
kotlin
lua
liquid
makefile
matlab
objective-c
perl
php
powershell
python
r
ruby
rust
scala
shell
swift
typescript
vba
verilog
vhdl
wasm

Image

The alt text
the h_2 caption

Next sentence starts from this line and should not be too close with the previous caption of the image

Video

the v_2 caption

Next sentence starts from this line and should not be too close with the previous caption of the image

Quotes

War does not decide who is right, only who is left.

Rule


HTML

Can write the whole post or sections in HTML for very specific needs. [For the advanced user or the code savvy.]

Advanced Functionality

Head over to the documentation page for tutorials on some basic html formatting and some extensions you can use for cool stuff like interactive 3D visualizations.

Color and Alignment

This text is centered.

This is a red text with blue and green inline text.

Share via
Tin Nguyen

Tin “Winston” Nguyen is a Junior Embedded Software Engineer with focuses on autonomous driving, robotics, technological advancement. This blog contains news, tutorials, portfolios with demonstrated skill sets for potentially interested employer.