-
Notifications
You must be signed in to change notification settings - Fork 194
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
Correctly render nested blockquotes #313
Comments
In the beginning I was confused because appears that you are testing themes, later I did think that was to show error in different theme outputs. You're right, there is a bug in the nested blockquotes, I'm gonna put outputs from other CLI tools that do the same as
Note: Here I did
There are no answer to Issues here (I did check from December, maybe more times), I also did an Issue ( charmbracelet/glow#555 ) with any comment, h0rv has a fork with 8 commits ahead, not that fix your problem, but there is hope from other people. I hope this post helps you somehow. |
issue is in glamour, transferring |
* 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]>
Is your feature request related to a problem? Please describe.
test.md
Expected:
Actual (You can see that "This is the nested quote" line is not rendered as nested quotes in glow):
glow -s dark test.md
glow -s dracula test.md
Describe the solution you'd like
Correctly render nested blockquotes for at least the dark and dracula themes.
Describe alternatives you've considered
No.
Additional context
None.
The text was updated successfully, but these errors were encountered: