Skip to content

Commit

Permalink
Arrow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madprops committed Feb 10, 2025
1 parent 219881e commit 4066e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/static/assets/js/main/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ App.check_frame = (text) => {

// Check for arrows at the start of lines
App.check_arrowtext = (text) => {
let regex = new RegExp(`^\\s*(>)+`, `gm`)
let regex = new RegExp(`^\\s*(>){3,}`, `gm`)
let lines = text.split(`\n`)
let new_lines = []

Expand Down

0 comments on commit 4066e85

Please sign in to comment.