You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General Information
Version: 0.8.2
Installation Method: cargo install wiki-tui
Operating System: Arch Linux
Backend (If changed during install): N/A
Describe the bug
When browsing Wikipedia, one often encounters a blockquote. An example of a page using one is Pindar. However, in wiki-tui, these aren't displayed at all, not even an Unsupported element error; the behavior is that described in #113. Screenshots are below.
To Reproduce
Steps to reproduce the behavior:
Go to any wiki page with a quote (like the one used here)
Scroll to quote
Observe the blank space where the quote should be
Expected behavior
The quote should be displayed, probably as an indented piece of text (like on Wikipedia). These seem to be represented as <blockquote>, so there shouldn't be any difficulty in supporting them.
Screenshots
Wikipedia:
wiki-tui:
Checklist
checked other issues for the same bug
read CONTRIBUTING.md
The text was updated successfully, but these errors were encountered:
I could reproduce the issue. I'm currently rewriting wiki-tui's core structure completely (aswell as the UI) in #226, where the block quotes are being properly displayed (the rewrite is still in early development, so bugs may occur).
The current plan with the rewrite is to get the core features implemented (viewing and searching articles in Wikipedia), move things over to the main branch and continue implementing the other features (language switching, etc.) there.
If you want the quotes to be fixed / released asap, I can work out a patch for 0.8.2 (current version).
General Information
Version: 0.8.2
Installation Method:
cargo install wiki-tui
Operating System: Arch Linux
Backend (If changed during install): N/A
Describe the bug
When browsing Wikipedia, one often encounters a blockquote. An example of a page using one is Pindar. However, in wiki-tui, these aren't displayed at all, not even an
Unsupported element
error; the behavior is that described in #113. Screenshots are below.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The quote should be displayed, probably as an indented piece of text (like on Wikipedia). These seem to be represented as
<blockquote>
, so there shouldn't be any difficulty in supporting them.Screenshots
Wikipedia:
wiki-tui:
Checklist
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: