Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Python REPL code blocks now broken

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.

1 answer

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events