[Rendering] Repititions, wrong formatting, etc. tracking issue #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: realaravinth/libmedium#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue tracks all rendering bugs in libmedium. To report a rendering bug, please comment the URL of article which caused the bug and I'll try to investigate and fix it
https://libmedium.batsense.net/sinhanurag/batch-an-api-to-bundle-multiple-paypal-rest-operations-6af6006e002
ebb5d5175 partially fixes this
The repetition in third paragraph("Earlier this year...") is because of nested formatting. A part of this paragraph is styled as both "EM" and "STRONG". I'll have rewrite rendering routines to accommodate nested formatting rules like this one:
Ordered lists: https://libmedium.batsense.net/alex285/cinnamon-workspaces-is-a-showcase-of-terrible-design-a070513ac371
But this article's ordered list includes only a single list item and the other list items are rendered as paragraphs by medium.com(the contain list numbering as part of their content)
fixed(df14f) but ordered list styling in this article is a little weird due to the reason mention above.
GitHub Gists with multiple files where one file is specified ignore the single file and show every file in the gist: https://libmedium.batsense.net/@deepak-v/validations-in-python-using-metaprogramming-and-decorators-advanced-python-ee4d4278a6b3
Thanks for the report @edwardloveall :)
fixed(574d14)
I found this one that seems to contain a lot of formatting issues: https://libmedium.batsense.net/fintechexplained/everything-about-python-from-beginner-to-advance-level-227d52ef32d2
Some issues with this one: https://md.vern.cc/@pravse/the-maze-is-in-the-mouse-980c57cfd61a
@PrivacyDevel: Firstly, apologies for taking so long to respond.
fc371487fd
andbedbef97e8
fix the formatting issues on the post you linked.@Surendrajat: Thanks for reporting,
bedbef97e8
fixes the issues in the post you linked. Changes are deployed on the flagship instance, please see here to view the post without the warnings :)No worries. I'm happy to hear that you got around to fixing it. :)
Unfortunately it seems like the instance libmedium.batsense.net is currently broken. It just shows the template skeleton right now. Would be happy to check it out, once it's working again.
Yikes, I pushed a commit that updated the template engine. The tests passed so I assumed everything was fine. It's reverted to the old version now, everything seems to be working 😓
Some issues: https://md.vern.cc/pragmatech/orm-for-python-b63cfbc39e7f
@beucismis this seems to already be working just fine on the official instance https://libmedium.batsense.net/
That's just vern's instance being out of data as far as I can tell.