Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266-breakout and others URLs in readme is treated as normal text #349

Closed
AbdulrhmnGhanem opened this issue May 18, 2022 · 1 comment · Fixed by #419
Closed

esp8266-breakout and others URLs in readme is treated as normal text #349

AbdulrhmnGhanem opened this issue May 18, 2022 · 1 comment · Fixed by #419
Assignees
Labels
bug Something isn't working import-v1-projects
Milestone

Comments

@AbdulrhmnGhanem
Copy link
Member

https://github.com/mattvenn/esp8266-breakout

v1 v2
image image
@AbdulrhmnGhanem AbdulrhmnGhanem added bug Something isn't working import-v1-projects labels May 18, 2022
@AbdulrhmnGhanem AbdulrhmnGhanem added this to the alpha-2 milestone May 18, 2022
@AbdulrhmnGhanem AbdulrhmnGhanem changed the title esp8266-breakout readme link is treated as normal text esp8266-breakout and others URLs in readme is treated as normal text May 28, 2022
@AbdulrhmnGhanem
Copy link
Member Author

This is a bug upstream.

Sending the following request

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 SW
See 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

<h1 id="user-content-v3">v3</h1>
<ul>
<li>added pullup resistors for GPIO0 &amp; CH_PD</li>
</ul>
<h1 id="user-content-v2">v2</h1>
<ul>
<li>silkscreen of 4&amp;5 changed</li>
<li>silkscreen of ftdi pinout added</li>
</ul>
<h1 id="user-content-v1">v1</h1>
<ul>
<li>bug: pins 4&amp;5 switched - silkscreen of the modules lines up, but not working in SW<br>
See adafruit&#39;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 &amp; resistor</li>
</ul>

while the readme in the gitea repo gets rendered correctly
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working import-v1-projects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants