-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: alerts continue and complete #46
Conversation
I think on your fork we remove the .github/workflows/add-to-keyman-project.yml That's only supposed to run on the main keyman.com repo |
Let's get @Meng-Heng setup to commit to the keymanapp repo rather than the fork. @darcywong00 can you help him with that? It just simplifies a bunch of things. |
_common/GFMAlerts.php
Outdated
if(empty($icon[$alertType])) { | ||
return parent::blockQuote($block); | ||
return null; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be returning parent::blockQuote($line)
?
_common/GFMAlerts.php
Outdated
if(isset($block['interrupted'])) { | ||
$block['element']['text'][] = [ | ||
'text' => '' | ||
]; | ||
unset($block['interrupted']); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what this is doing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix: improve code
Hello! I tried updating this branch with no success. It was meant for one file only. Thank you!
This PR is ready for review.
Fixes: #45