Revin Guillen

Results 55 comments of Revin Guillen

Hey @Flet, seems the folks are busy, so perhaps I get to make the call myself 😛 This sounds good to me; would you be willing to create a PR...

Check this out: https://github.com/revin/markdown-testing/tree/da61a08366f08efd6b2122327976be8068326f3c I created a markdown document that exercises all of our current special GH quirks handling stuff, and _all_ of it is now CommonMark-compliant 😳 - link...

I'm going to just assume that everyone is in favor of removing these features for marky 12 😛 so if anyone has any objections whatsoever, please say so! @bcoe @ashleygwilliams...

Hi @KaelWD thanks for letting us know! What on earth ...??? Well this is embarrassing, I must say 😕 I only had time to verify the bug right now, but...

Thanks @wooorm I was looking for that in the spec. :+1: @ashleygwilliams GitHub [renders this as @swashcap intended](https://github.com/MRN-Code/hawkify-pouchdb/blob/master/README.md); should we look into relaxing the indentation requirement?

1. Test 1 2. Unindented code block follows: ``` js { foo: 'bar' } ``` 1. Test 2 2. Indented one space ``` js { foo: 'bar' } ``` 3....

More testing. Here's a screenshot of some markdown: --- ![screen shot 2016-03-02 at mar 2 12 40 56 pm](https://cloud.githubusercontent.com/assets/94850/13474707/19cb60c4-e074-11e5-9894-f62f0092f097.png) --- Here's GitHub's rendering: For that matter, let's test simple list...

@ashleygwilliams Do you think it's worth having an option that will toggle marky between CommonMark & GFM modes?

OK, works for me. Your "what is marky" definition helps; thanks for clarifying :+1:

Hi all, quick status update: this has led me down quite a rabbit hole trying to replicate GitHub's behavior surrounding the interactions between lists and code blocks. I've made quite...