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

Allow raw_block to support ``` #32

Closed
wants to merge 1 commit into from
Closed

Allow raw_block to support ``` #32

wants to merge 1 commit into from

Conversation

huacnlee
Copy link

@huacnlee huacnlee commented May 4, 2015

Allow raw block to support ``` like GitHub

```ruby
# comment line
class Foo
  def bar
  end
end
```

@mmzoo
Copy link

mmzoo commented Jul 31, 2015

Oh, that would be wonderful. Without this, the

# comment line

in the example provided above is interpreted as a

huge headline

even though it's supposed to be part of the source code

@infininight
Copy link
Member

The goal of this bundle/grammar is to implement the core markdown spec, we will not be adding the features of any of the various variants/forks. These would be best implemented as a new grammar or an injected grammar.

@infininight infininight closed this Aug 3, 2015
@mmzoo
Copy link

mmzoo commented Aug 3, 2015

@infininight Thank you for your response, makes sense to me.

Ah, look at that!

@MikeMcQuaid
Copy link

TextMate 2 now has a Markdown (GitHub) bundle under "Bundles" that I think may address many of the folks' desires here (repository for the curious: https://github.com/MikeMcQuaid/GitHub-Markdown.tmbundle).

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

Successfully merging this pull request may close these issues.

None yet

4 participants