🔍

Zenn Visual Test

2020/09/19に公開

H1 H1 _H1_ ~~H1 H1 _H1_ ~~

H2 H2 _H2_~~H2 H2 _H2 ~~

H3 H3 _H3_~~H3 H3 _H3_ ~~

H4 H4 _H4_~~H4 H4 _H4_ ~~

H5 H5 _H5_ ~~H5 H5 _H5_ ~~

xxx xxx

  1. one
  2. two
  3. three
  • a
  • b
  • c

echo -ne 'Test:\n'
echo -ne 'Cross:\n'

link2google

github.com/cli/cli@trunk
https://github.com/cli/cli/tree/trunk

posix
if [ -f ./foo]; then
	rm ./foo
elif [-f ./bar]; then
	file ./bar
fi
cpp
#include <iostream>
using namespace std;
int main(){
  cout << "HelloWorld" << endl;
  return 0;
}

Discussion