Shuffle icon indicating copy to clipboard operation
Shuffle copied to clipboard

Fix for Docs taking code markdown as actual markdown.

Open yashsinghcodes opened this issue 1 year ago • 1 comments

fixed, so it will just skip the code block from markdown entirely. Attaching screenshots. 2024-05-14_15-11

yashsinghcodes avatar May 14 '24 15:05 yashsinghcodes

Also @frikky the actual shuffler version seems to apply padding at top of the page automatically which was not the case in the prem (local) version can you check before syncing the too. I have added my padding at very last.

    const loadedCheck = (
        <div style={{ minHeight: 1000, paddingTop: "60px", zIndex: 50000, maxWidth: 1920, minWidth: isMobile ? null : 1366, margin: "auto", }}>
            <BrowserView>{postDataBrowser}</BrowserView>
            <MobileView>{postDataMobile}</MobileView>
        </div>
    );

Here the paddingTop: "60px", it will be useful for the local version but maybe while syncing with the actual website remove that padding??

yashsinghcodes avatar May 14 '24 15:05 yashsinghcodes