UNPKG
remark-clang-format
Version:
latest (2.4.5)
2.6.0
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.2.0
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
run clang-format for code in markdown
github.com/Ir1d/remark-clang-format
Ir1d/remark-clang-format
remark-clang-format
/
tests
/
resources
/
code
/
1.in.md
13 lines
(10 loc)
•
142 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
this
is
a test
file
```
cpp
for
(
int
i=
1
;i<
100
;i++
)
{ cout <<
"lets go"
<< endl; } ``` ```
python
for
i
in
range
(
100
):
print
(
"hello"
) ```