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

fix(github-style-codeblock): add support for spaces before language #569

Merged
merged 1 commit into from Aug 8, 2018
Merged

fix(github-style-codeblock): add support for spaces before language #569

merged 1 commit into from Aug 8, 2018

Conversation

notlee
Copy link
Contributor

@notlee notlee commented Aug 6, 2018

One or more spaces before the language declaration of a code block is supported by Github.

E.g.

    ```    html
    <div>HTML!</div>
    ```

    ``` html
    <div>HTML!</div>
    ```

    ```html
    <div>HTML!</div>
    ```

…eclaration

One or more spaces before the language declaration of a code block is supported by Github.

E.g.

```    html
<div>HTML!</div>
```

``` html
<div>HTML!</div>
```

```html
<div>HTML!</div>
```
@tivie
Copy link
Member

tivie commented Aug 8, 2018

@notlee thank you very much for you contribution.

@tivie tivie merged commit 1f0242c into showdownjs:develop Aug 8, 2018
tivie pushed a commit that referenced this pull request Oct 16, 2018
One or more spaces before the language declaration of a code block is supported by Github.

E.g.

```    html
<div>HTML!</div>
```

``` html
<div>HTML!</div>
```

```html
<div>HTML!</div>
```

Closes #569
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

2 participants