-
Notifications
You must be signed in to change notification settings - Fork 188
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: many rendering issues #317
Conversation
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
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.
Amazing!
closes #262 Co-authored-by: bashbunni <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
I think this one is still broken It also looks like there may be an issue with tables rendering properly source markdown:
We still need to fix these hard new lines as well... though could be done in another PR |
this table breaks on glow, but not on glamour... weird, investigating... |
i think this is all fixed. need to use this branch of glow: charmbracelet/glow#631 |
* wip Signed-off-by: Carlos Alexandro Becker <[email protected]> * wip * wip * wip * fix: autolink closes #290 * fix: escape characters closes #106 closes #274 closes #311 * fix: table * ci: golangci lint update * feat: use x/golden * test: #106 Signed-off-by: Carlos Alexandro Becker <[email protected]> * test: #290 Signed-off-by: Carlos Alexandro Becker <[email protected]> * test: #312 Signed-off-by: Carlos Alexandro Becker <[email protected]> * test: #257 Signed-off-by: Carlos Alexandro Becker <[email protected]> * test: #149 * fix: #239 * feat: use lipgloss table closes #262 Co-authored-by: bashbunni <[email protected]> * fix: codespan is not a block * test: #315 * test: #316 * fix: #316 * test: table * fix: codespans, tables * test: table * test: #117 * test: #60 * fix: rm stylewriter * fix: #313 * fix: margin * fix: blocks and word wrap * fix: build Signed-off-by: Carlos Alexandro Becker <[email protected]> * chore: gitattributes * fix: test opt Signed-off-by: Carlos Alexandro Becker <[email protected]> * fix: stable lipgloss Signed-off-by: Carlos Alexandro Becker <[email protected]> * fix: double styles * fix: tables * fix: tables --------- Signed-off-by: Carlos Alexandro Becker <[email protected]> Co-authored-by: bashbunni <[email protected]>
Fixing many bug related to rendering, most of them come from the fact we don't render inner elements properly.
This fixes it.
closes #312
closes #290
closes #106
closes #274
closes #311
closes #239
closes #262
closes #254
closes #315
closes #316
refs #149
closes #117
closes #60
closes #313
closes #237
refs #107 (improves it a little bit, doesn't fix it though)
refs #79 (improves it a little bit, doesn't fix it though)
closes #68
refs #172