You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The new rich text editor is breaking all of my Trello cards in one of my boards because they all contain Python REPL output.
For example this:
```pycon
>>> s = S()
>>> s[4]
4
>>> s[3]
3
```
Is turned into this:
```pycon
> \>> s = S()
> \>> s[4]
4
> \>> s[3]
3
```
`>>>` seems to be turned into `> \>>` consistently in all my code blocks. Switching to markdown mode doesn't fix the issue.
Is there any way to disable the new editor or undo the damage it's doing to my cards? Clicking the Edit button seems to trigger this, so I can't currently edit any of my cards or even copy-paste their original markdown without transforming them all into a mess.
I just noticed the link below the text field to switch back to the old markdown editor. I'm not sure how the new editor enabled itself, but I've disabled it now and manually fixed the cards that I broke.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.