一、markdown 制作表格
| 表头 | 表头 |
| ---- | ---- |
| 单元格 | 单元格 |
| 单元格 | 单元格 |
设置表格的对齐方式:
- -: 设置内容和标题栏居右对齐。
- :- 设置内容和标题栏居左对齐。
- :-: 设置内容和标题栏居中对齐。
| 左对齐 | 右对齐 | 居中对齐 |
| :-----| ----: | :----: |
| 单元格 | 单元格 | 单元格 |
| 单元格 | 单元格 | 单元格 |
二、各类语言代码规范
模板
```key
codes
```
对照表
language |
key |
C |
c |
ActionScript |
actionscript |
Apache |
apache |
AppleScript |
applescript |
AsciiDoc |
asciidoc |
AspectJ |
asciidoc |
AutoHotkey |
autohotkey |
AVR Assembler |
avrasm |
Axapta |
axapta |
Bash |
bash |
BrainFuck |
brainfuck |
Cap’n Proto |
capnproto |
Clojure REPL |
clojure |
Clojure |
clojure |
CMake |
cmake |
CoffeeScript |
coffeescript |
C++ |
cpp |
C# |
cs |
CSS |
css |
D |
d |
Dart |
d |
Delphi |
delphi |
Diff |
diff |
Django |
django |
DOS.bat |
dos |
Dust |
dust |
Elixir |
elixir |
ERB(Embedded Ruby) |
erb |
Erlang REPL |
erlang-repl |
Erlang |
erlang |
FIX |
fix |
F# |
fsharp |
G-code(ISO 6983) |
gcode |
Gherkin |
gherkin |
GLSL |
glsl |
Go |
go |
Gradle |
gradle |
Groovy |
groovy |
Haml |
haml |
Handlebars |
handlebars |
Haskell |
haskell |
Haxe |
haxe |
HTML |
html |
HTTP |
http |
Ini file |
ini |
Java |
java |
JavaScript |
javascript |
JSON |
json |
Lasso |
lasso |
Less |
less |
Lisp |
lisp |
LiveCode |
livecodeserver |
LiveScript |
livescript |
Lua |
lua |
Makefile |
makefile |
Markdown |
markdown |
Mathematica |
mathematica |
Matlab |
matlab |
MEL (Maya Embedded Language) |
mel |
Mercury |
mercury |
Mizar |
mizar |
Monkey |
monkey |
Nginx |
nginx |
Nimrod |
nimrod |
Nix |
nix |
NSIS |
nsis |
Objective C |
objectivec |
OCaml |
ocaml |
Oxygene |
oxygene |
Parser 3 |
parser3 |
Perl |
perl |
PHP |
php |
PowerShell |
powershell |
Processing |
processing |
Python’s profiler output |
profile |
Protocol Buffers |
protobuf |
Puppet |
puppet |
Python |
python |
Q |
q |
R |
r |
RenderMan RIB |
rib |
Roboconf |
roboconf |
RenderMan RSL |
rsl |
Ruby |
ruby |
Oracle Rules Language |
ruleslanguage |
Rust |
rust |
Scala |
scala |
Scheme |
scheme |
Scilab |
scilab |
SCSS |
scss |
Smali |
smali |
SmallTalk |
smalltalk |
SML |
sml |
SQL |
sql |
Stata |
stata |
STEP Part21(ISO 10303-21) |
step21 |
Stylus |
stylus |
Swift |
swift |
Tcl |
tcl |
Tex |
tex |
text |
text/plain |
Thrift |
thrift |
Twig |
twig |
TypeScript |
typescript |
Vala |
vala |
VB.NET |
vbnet |
VBScript in HTML |
vbscript-html |
VBScript |
vbscript |
Verilog |
verilog |
VHDL |
vhdl |
Vim Script |
vim |
Intel x86 Assembly |
x86asm |
XL |
xl |
XML |
xml |
YAML |
yml |
Dockerfile |
dockerfile |
效果
```python
print("hello, python!")
```
1
|
print("hello, python!")
|
Reference
1、 https://blog.csdn.net/u012102104/article/details/78950290
2、 https://www.runoob.com/markdown/md-table.html
打赏
微信
|
支付宝
|
万分感谢 |
|