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

highlighting add missing class without language- prefix #361

Merged
merged 2 commits into from
Jul 14, 2019

Conversation

kakawait
Copy link
Owner

<figure class="language-js ..." ...>

must become

<figure class="language-js js ..." ...>

In addition fix padding to get the same pixel alignment for gutter and sourcecode

@kakawait kakawait added bug Something isn't working enhancement New feature or request labels Jul 14, 2019
@kakawait kakawait added this to the 0.5.0 milestone Jul 14, 2019
@kakawait kakawait self-assigned this Jul 14, 2019
@kakawait kakawait changed the base branch from master to develop July 14, 2019 06:53
@kakawait kakawait force-pushed the bugfix/highlighting branch from f0b69e1 to b5f38ab Compare July 14, 2019 06:59
kakawait added 2 commits July 14, 2019 09:01
```html
<figure class="language-js ..." ...>
````

must become

```html
<figure class="language-js js ..." ...>
```

In addition fix padding to get the same pixel alignment for gutter and sourcecode
@kakawait kakawait force-pushed the bugfix/highlighting branch from b5f38ab to 4da7380 Compare July 14, 2019 07:01
@kakawait kakawait merged commit 413e781 into develop Jul 14, 2019
@kakawait kakawait deleted the bugfix/highlighting branch March 29, 2020 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant