FullChangelog: 1.0.4...1.0.5
1.0.5 Update log
Modified the logic of executing a single -line Copy Block ID. If the current travel is a list, then add the ^ID
to the current line instead of the end of the entire list.
- 1 # Add Block Ref Here
- 2
- 3
//1.0.4
- 1
- 2
- 3 ^xyz123
//1.0.5
- 1 ^xyz123
- 2
- 3