mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-21 15:49:35 +08:00
21 lines
144 B
Markdown
21 lines
144 B
Markdown
|
|
|
|
|
|
# some config
|
|
|
|
- output = `:terminal`
|
|
|
|
```toml
|
|
[setting]
|
|
init = true
|
|
```
|
|
|
|
|
|
# some code
|
|
|
|
- output = `:global-variable`
|
|
|
|
```ruby
|
|
puts 123;
|
|
```
|