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

Code blocks can’t be fragments #37

Open
mrmanc opened this issue Aug 3, 2022 · 0 comments
Open

Code blocks can’t be fragments #37

mrmanc opened this issue Aug 3, 2022 · 0 comments
Labels

Comments

@mrmanc
Copy link
Collaborator

mrmanc commented Aug 3, 2022

For some reason, this code block fragment does not render properly:

+ What does ‘[Dangit, Git!?!](https://dangitgit.com/)’ say you should do?
  + 
    ```
    git reset HEAD~ --soft
    git stash
    git checkout master
    git stash pop
    git add .
    git commit -m "New message"
    ```

You have do have some text with the fragment, which not be desirable:

+ What does ‘[Dangit, Git!?!](https://dangitgit.com/)’ say you should do?
  + Answer:
    ```
    git reset HEAD~ --soft
    git stash
    git checkout master
    git stash pop
    git add .
    git commit -m "New message"
    ```
@mrmanc mrmanc added the bug label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant