0
```ruby
def hello
puts "hello world!"
end
```
但我點擊保存按鈕article content
出現問題。
,點擊更新將發生一些事情。
每次update
文章,文章內容將被重新格式化。不知道爲什麼它會增加一些space
日誌顯示:
[["text", "```ruby\r\ndef hello\r\nputs \"hello world!\"\r\nend\r\n```"]
發生了什麼?
問題是什麼?
不要使用屏幕截圖進行文本輸出。這就是說,這裏有什麼問題? – jdv