Timeline for Build a Markdown bomb
Current License: CC BY-SA 4.0
21 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Sep 21, 2018 at 15:02 | comment | added | Misha Lavrov | @usul The shorthand links answer is also quadratic growth; the length of the URL is multiplied by the number of references to it. | |
| Sep 21, 2018 at 14:49 | history | edited | Namaskar | CC BY-SA 4.0 |
updated image to not have ampersand at end
|
| Sep 21, 2018 at 14:37 | comment | added | usul | Nice. This is quadratic growth because the j-th quote adds O(j) new characters, so we get big-O of 1+2+...+n = O(n^2). You can see this from the picture where the triangle's height is the number of quotes n and its width is O(n), so its area is O(n^2). The other non-Mathjax answers seem to be only linear growth (the billion-laughts MathJax one is exponential). | |
| Sep 21, 2018 at 14:21 | history | edited | Namaskar | CC BY-SA 4.0 |
added 167 characters in body
|
| Sep 21, 2018 at 14:05 | history | edited | Namaskar | CC BY-SA 4.0 |
added 193 characters in body
|
| Sep 21, 2018 at 13:44 | vote | accept | Mason Wheeler | ||
| Sep 21, 2018 at 6:42 | comment | added | ZeroKnight | Now this is "arrow code" if I've ever seen it. | |
| Sep 20, 2018 at 23:26 | comment | added | bta |
@SvenWritesCode - True. You can also replace the trailing & with ! to get the same effect.
|
|
| Sep 20, 2018 at 4:52 | comment | added | slebetman | I'm so ashamed I didn't think of this | |
| Sep 20, 2018 at 3:49 | history | edited | Namaskar | CC BY-SA 4.0 |
added 13 characters in body
|
| Sep 20, 2018 at 0:38 | comment | added | Namaskar | removing one greater than sign loses 1k characters! :0 | |
| Sep 20, 2018 at 0:18 | comment | added | bta |
If you add ! before the ampersand, then the last level of blockquote will get ` class="spoiler"` added to it. Add it to any other level and it shortens the output, though.
|
|
| Sep 19, 2018 at 22:48 | history | edited | Namaskar | CC BY-SA 4.0 |
added 139 characters in body
|
| Sep 19, 2018 at 22:27 | comment | added | ilkkachu | The funny thing here is, that the blockquotes nicely overflow the article column at least in the editing preview. | |
| Sep 19, 2018 at 21:35 | history | edited | Namaskar | CC BY-SA 4.0 |
added 102 characters in body
|
| Sep 19, 2018 at 21:16 | history | edited | Namaskar | CC BY-SA 4.0 |
added 68 characters in body
|
| Sep 19, 2018 at 21:07 | comment | added | LambdaBeta | Try plotting the results as you increase the '>' count. I wonder if the renderer will also add the formatting spaces... | |
| Sep 19, 2018 at 21:02 | history | edited | Namaskar | CC BY-SA 4.0 |
added 145 characters in body
|
| Sep 19, 2018 at 20:53 | history | edited | Namaskar | CC BY-SA 4.0 |
added 273 characters in body
|
| Sep 19, 2018 at 20:43 | history | answered | Namaskar | CC BY-SA 4.0 |