app icon indicating copy to clipboard operation
app copied to clipboard

Update Super Notes to prevent code blocks from wrapping

Open DarkArc opened this issue 1 year ago • 0 comments
trafficstars

Before: image

After: image image

This brings Standard Notes in line with the GitHub code block behavior when overflow occurs:

Here's usage information for git remote:
usage: git remote [-v | --verbose]
  or: git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--mirror=<fetch|push>] <name> <url>
  or: git remote rename [--[no-]progress] <old> <new>
  or: git remote remove <name>
  or: git remote set-head <name> (-a | --auto | -d | --delete | <branch>)
  or: git remote [-v | --verbose] show [-n] <name>
  or: git remote prune [-n | --dry-run] <name>
  or: git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]
  or: git remote set-branches [--add] <name> <branch>...
  or: git remote get-url [--push] [--all] <name>
  or: git remote set-url [--push] <name> <newurl> [<oldurl>]
  or: git remote set-url --add <name> <newurl>
  or: git remote set-url --delete <name> <url>

   -v, --[no-]verbose    be verbose; must be placed before a subcommand

DarkArc avatar May 11 '24 22:05 DarkArc