sync-code 1.0.1

Synchronize code blocks between different files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $sync block1

a1
b1
c1
// $sync block2
a2
b2
c2
// $sync block3

a3
b3
c3

// $sync end