Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Super Notes to prevent code blocks from wrapping #2878

Merged
merged 1 commit into from
May 31, 2024

Conversation

DarkArc
Copy link
Contributor

@DarkArc DarkArc commented May 11, 2024

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

@amanharwara amanharwara merged commit abc4390 into standardnotes:main May 31, 2024
3 checks passed
@amanharwara
Copy link
Member

Thanks for the PR!

@DarkArc DarkArc deleted the code-wrap branch May 31, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants