When I write this:
wget [url=https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150704/nodemcu_float_0.9.6-dev_20150704.bin]https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150704/nodemcu_float_0.9.6-dev_20150704.bin[/url]
git clone [url=https://github.com/themadinventor/esptool.git]https://github.com/themadinventor/esptool.git[/url]
cd esptool
sudo python2 ./esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ../nodemcu_float_0.9.6-dev_20150704.bin
It automatically adds the url-tags, but because it is code, it shows the url tags, too.
When I use quote:
git clone https://github.com/4refr0nt/luatool.git
It adds the url-tags, too, but doesn't show it, which is fine. For code I would prefer that it doesn't change anything within the block. Is this possible? Maybe would be better to disable "Automatic Link Posted URLs" altogether, this would be an easy fix.