-
Notifications
You must be signed in to change notification settings - Fork 113
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
Extend HTML code view #101
Comments
Hi @MichaelCurrin Can I work on this issue? |
And then a small change on the HTML functionality would be to trim the newline from the end of every HTML block when the MD to HTML happens. Compare these two with my selection to highlight the issue: Such as in here badge-generator/src/core/markdown.ts Lines 70 to 73 in 771595c
If you add https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim |
Okay, I will work on that update! Thanks for the details |
Hi @MichaelCurrin, I keep getting errors running the application. Or I might not be using the correct way to run vue app. |
Can you add a screen shot and what commands you are running? Node 16
|
Test the app on the main branch with no changes. Then test again with your changes |
I was using the wrong command. It is working now thanks! I will create PR as soon as I finish with my change and tests |
Hi @MichaelCurrin, PR #135 is created for those two changes. |
can you have a look at the PR for my requested changes? In particular the view on the Catalogue page is confusing and I could not figure out myself how to sync the checkbox value across all items on the page. Another solution I'd accept is to refactor the Catalogue page to have a single HTML checkbox option, maybe in a footer of the page that is always visible, or a in the navbar. |
This is useful for toggling from markdown to HTML for where markdown is not valid, like a centered div on a Jekyll site or Docsify.
This is not so often needed, so it can be a toggle rather than cluttering the screen with this and standard.
The text was updated successfully, but these errors were encountered: