Timeline for How can I wrap my markdown in an HTML div?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 4, 2020 at 19:32 | comment | added | Gabriel Luci |
I also found (on GitHub Pages) that markdown="1" must be the last attribute in the tag. For example, <div markdown="1" class="tip">Have **fun!**</div> will not work.
|
|
| Mar 18, 2019 at 3:47 | history | edited | Qwertie | CC BY-SA 4.0 |
added 80 characters in body
|
| Mar 18, 2019 at 3:44 | comment | added | Qwertie |
@Foad it works on GitHub Pages, but not on GitHub itself, e.g. witness the text **Tip:** appearing on this page, which appears as Tip: on the GHP rendering of the same file. I'll clarify the text.
|
|
| Mar 14, 2019 at 0:25 | comment | added | Foad S. Farimani | upon further investigation, Github and Typora can't render this properly but visual studio code does! | |
| Mar 13, 2019 at 22:34 | comment | added | Foad S. Farimani |
the span solution works perfectly find on GitHub. link Thanks a lot.
|
|
| Mar 13, 2019 at 22:22 | comment | added | Foad S. Farimani |
I tested the markdown="1" on github. it does not work. link
|
|
| Jun 28, 2018 at 16:45 | history | edited | Qwertie | CC BY-SA 4.0 |
added 63 characters in body
|
| Jun 21, 2018 at 17:58 | history | edited | Qwertie | CC BY-SA 4.0 |
I was mistaken, quotes are required
|
| Jun 21, 2018 at 17:26 | history | answered | Qwertie | CC BY-SA 4.0 |