mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
Markdown cpp codeblock rendering issue #2424
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#2424
Loading…
Add table
Add a link
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?
Originally created by @polyglotm on GitHub (Jan 23, 2021).
Originally assigned to: @NGPixel on GitHub.
Describe the bug
when rendering CPP code block, first line has an issue.
the things are when editing, preview work normal
but when seeing page, first line of code block has a problem, always
To Reproduce
Steps to reproduce the behavior:
Expected behavior
when the page renders, it must be work the same as editor preview.
Screenshots
when editing, preview work normal
when seeing page first line of code block has a problem, always
Host Info (please complete the following information):
@polyglotm commented on GitHub (Jan 23, 2021):
I would like to look at this bug personally for help.
And if possible I would like to fix and make PR.
if I figure out the difference between 'editor preview' and 'render module'
Maybe that could be key to solving this problem.
So for that I little bit look at editor code
github.com/Requarks/wiki@9ccd1f82e9/client/components/editor/editor-markdown.vueAnd now I'm trying to find 'render module'
would you let me know what component rendering the page?
and any extra info would be help
@NGPixel