Engineer bro!
Fri Oct 22 2021 (2 years ago)
Engineer by mistake!
I am a software engineer by passion
You can add an optional language identifier to enable syntax highlighting in your fenced code block. @dsabyte online editor uses prismjs for syntax highlighting purpose.
The below code will produce
The below output
/*
comment
*/
#include <iostream>
#include <vector>
using namespace std;
int main(void){
vector_demo();
}
java
cpp - c++
c
python
jsx - react,vue, etc
TSX - react, vue, etc
js - java script
ts - type script
json
bash
diff - git diff
docker
html
css
© 2021 dsabyte. All rights reserved