You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbdulrhmnGhanem
changed the title
esp8266-breakout readme link is treated as normal textesp8266-breakout and others URLs in readme is treated as normal text
May 28, 2022
curl -X 'POST' \
'https://try.gitea.io/api/v1/markdown/raw' \
-H 'accept: text/html' \
-H 'authorization: ***' \
-H 'Content-Type: text/plain' \
-d '# v3* added pullup resistors for GPIO0 & CH_PD# v2* silkscreen of 4&5 changed* silkscreen of ftdi pinout added# v1* bug: pins 4&5 switched - silkscreen of the modules lines up, but not working in SWSee adafruit'\''s huzzah: https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-nodemcu-lua* smt switch, which one from farnell?* power led & resistor'
returns this response in which the URL is treated as normal text
<h1id="user-content-v3">v3</h1><ul><li>added pullup resistors for GPIO0 & CH_PD</li></ul><h1id="user-content-v2">v2</h1><ul><li>silkscreen of 4&5 changed</li><li>silkscreen of ftdi pinout added</li></ul><h1id="user-content-v1">v1</h1><ul><li>bug: pins 4&5 switched - silkscreen of the modules lines up, but not working in SW<br>
See adafruit's huzzah: https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-nodemcu-lua</li><li>smt switch, which one from farnell?</li><li>power led & resistor</li></ul>
while the readme in the gitea repo gets rendered correctly
https://github.com/mattvenn/esp8266-breakout
The text was updated successfully, but these errors were encountered: