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

Add styling for blockquotes #7

Open
mattlangan opened this issue Aug 10, 2017 · 0 comments
Open

Add styling for blockquotes #7

mattlangan opened this issue Aug 10, 2017 · 0 comments

Comments

@mattlangan
Copy link
Member

mattlangan commented Aug 10, 2017

There are 2 use cases for the <blockquote> and <pre> tags:

  1. Displaying code snippets (either inline or as a block)
  2. Quoting text

Here are examples of how GitHub-flavored kramdown handles them:

Inline code snippet:
Run $ bundle install to add your gems

Block-level code snippet:

$ git checkout master
$ git pull
$ git checkout -b my-feature

Quoting text:

It's not a question of where he grips it! It's a simple question of weight ratios! A five ounce bird could not carry a one pound coconut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant