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

Markdown fixes #321

Merged
merged 4 commits into from Jun 19, 2020
Merged

Markdown fixes #321

merged 4 commits into from Jun 19, 2020

Conversation

jakearchibald
Copy link
Contributor

Fixes #304.
Fixes #316.

Also updated other packages.

@github-actions
Copy link

github-actions bot commented Jun 17, 2020

🚀 Deploy preview for 15f7a1b:
https://tooling-report--37101e1a5ac73221.web.app
(Wed, 17 Jun 2020 17:04:40 GMT)

firebase-preview-action

Copy link
Contributor

@surma surma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed. nice work.

if (infostring === 'sh') {
infostring = '';
infostring = 'shell-session';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omg shell-session? Really?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah 😞

@@ -23,7 +23,7 @@ export function createRenderer() {
if (infostring === 'sh') {
infostring = '';
}
if (!infostring || infostring.length <= 0) {
if (!infostring) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I never think of "" as a false-y value 🙄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be fair, it took me a while to notice it

<!DOCTYPE html>
```html
<!DOCTYPE html> …

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakearchibald Is this an intentional change? Seems weird that they're on the same line now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was Prettier enforced, but it didn't seem like a big enough deal to somehow avoid.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a bit weird for reading, but ok.

@jakearchibald jakearchibald merged commit c5f49cf into dev Jun 19, 2020
@jakearchibald jakearchibald deleted the markdown-fixes branch June 19, 2020 12:03
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.

non-js-resources/service-worker has some empty sections Unparsed Markdown
4 participants