[WARNING: THIS PAD WILL BE OVERWRITTEN WHEN WE MIGRATE]

MIGRATION MAYBE-MENDOZAS:

  1. [FIXED] when editing, the page shifts up and down when the the "saving"/"saved" blurb appears and disappears. kind of a subtle thing but will drive me insane eventually so i'm inclined to call it a critical bug.
  2. [FIXED] markdown rendering of the table below, but just realized it's the angle brackets (less-than signs) and maybe it's ok to edit the source docs to use < instead? oh wait, it's not specific to tables.
  3. does it randomly disconnect you when someone else opens the editor? seems like this happened today; let's test more [SEEMS GOOD]
  4. legacy redirects and anti-fuzzing
  5. change the initial placeholder text [answer: dreev edits defaultPadText in settings.json]
  6. logrotate / monitoring of disk space
  7. rendering bug: expectata: http://doc.bmndr.co/deathtozero resultata: https://beetherpad-web.onrender.com/deathtozero?public=true
  8. password for https://beetherpad-web.onrender.com/admin/login
  9. possible issue with this math, compare with old etherpad:

$$ \mathop{\mathrm{arg,max}}_{a \in \text{Actions}} \text{EU}(a) $$

  1. A change in the markdown processing of block quotes has caused at least one regression that we missed on the blog.

This is a block quote that used to work and still does.

But this is a block quote that used to work and now doesn't.

  1. Hmm, padm.us/freefull has a block quote problem. I'm just going to collect a list of pads with this problem and I'll go through them manually after migration. UPDATE: Yikes, this was very bad. Lots of accidental plagiarism where something blockquoted was displayed as if it was our own writing. I'm doing a bunch of emergency edits now with workarounds.

[testing]

Wishlist out of scope for the current contract:

  1. browser notifications when a pad changes?
  2. the left margin in the editor seems too big to me
  3. instead of one "expost" button have two: "doc.bmndr" and "doc.dreev"
  4. a better color picker somehow
  5. let anyone change anyone else's color

For testing:
Append ?public=true to the url to see the rendered version

Known Issues:

  1. The markdown parser stops parsing markdown inside HTML when the text has an HTML sibling: <i>Bar bar bar [linky](https://example.com "linky link!")</i> => <i>Bar bar bar <a href="https://example.com" title="linky link!">linky</a></i> <i><b>Foo</b>: Bar bar bar [linky](https://example.com "linky link!")</i> => <i><b>Foo</b>: Bar bar bar [linky](https://example.com "linky link!")</i> Related to Mendoza 7

Fixed in Dev/Staging:

  1. No longer generates nested

    tags, which is invalid HTML.

  2. tags are no longer wrapped in

    tags.