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 fencing #72

Closed
evilnick opened this issue Apr 21, 2014 · 1 comment
Closed

code fencing #72

evilnick opened this issue Apr 21, 2014 · 1 comment

Comments

@evilnick
Copy link
Member

We should support and promote this syntax:

juju bootstrap
juju deploy something
juju do-something-else

over the indentation syntax for code samples.

  1. It is Github standard
  2. It means not having things break because you can't tell how many spaces you added.
  3. It is already supported by python-markdown - http://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html
@marcoceppi
Copy link
Contributor

This is already supported since we're using GFM for generation.

Both

```
code
```

and

```lang
code
```

Are supported

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

2 participants