DeanMarkTaylor | 2015-02-25 14:01:23 UTC | #1 Are the arrows fixed position or something? EDIT: Here is the text I was editing at the time: ####Initial Random Backfill [details=Executed in ~64.5ms] [/details] ####Random Selection [details=Executed in ~6.2ms] [/details] ####In-category `ORDER BY topics.bumped_at` This [details=Executed in ~112ms] [/details] EDIT 2: the actual raw of the post uses `[details]` tags and something is incorrectly modifying them to `
` - see: https://meta.discourse.org/raw/25672 ------------------------- zogstrip | 2021-03-05 19:11:02 UTC | #2 Thanks for reporting that. I just pushed a fix :camel: https://github.com/discourse/discourse-details/commit/8c6e02df0e805d6903c509633223974f575c02f0 --- [quote="DeanMarkTaylor, post:1, topic:25672"] EDIT 2: the actual raw of the post uses [details] tags and something is incorrectly modifying them to <details> - see: https://meta.discourse.org/raw/25672 [/quote] Yeah, that's *unfortunately* our [only option](https://github.com/discourse/discourse-details/blob/master/assets/javascripts/details_dialect.js#L2-L9) to support nested BBCode tags... ------------------------- zogstrip | 2015-02-25 14:16:17 UTC | #3 -------------------------