• on https://www.doyouevendata.com/2018/12/09/how-to-extract-snowflake-data-unload-best-practices/

    i’m trying to highly sql with:
    [pre class=”EnlighterJSRAW” data-enlighter-language=”SQL”]ALTER WAREHOUSE “COMPUTE_WH” SET WAREHOUSE_SIZE = ‘XLARGE’ AUTO_SUSPEND = 120 AUTO_RESUME = TRUE COMMENT = ”;

    and it isn’t working.

    i’ve got a draft article where i’m trying to use:
    [pre data-enlighter-language=”Python”]
    import urllib
    import boto3

    however it offers similar results.

    i assume my theme is fighting the code highlighting, maybe? how do i fix it?

    • This topic was modified 5 years, 9 months ago by sickmint79.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sickmint79

    (@sickmint79)

    note i’ve replaced the < and > with [ and ] above to show my code.

    Plugin Author Andi Dittrich

    (@andi-dittrich)

    Hi @sickmint79 ,

    the Enlighter plugin integration seems to work fine (correct html tags are added) but something gone totally wrong with the scripts on your website:

    some kind of “optimization plugin” on your site alters the EnlighterJS scripts and dependencies…maybe autoptimize. Please exclude all Enlighter resources from optimizations as mentioned in the FAQ.

    best regards, Andi

    btw. inlining all your stylesheets won’t give you any performance boost…in increases the page load time because the css/js resources cannot be cached anymore..

    Thread Starter sickmint79

    (@sickmint79)

    awesome thanks! i added you to the exclusion list and unchecked ‘inline all css’ and it’s working now. awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘highlighting not working?’ is closed to new replies.