googlearchive / workbox-microsite

Workbox Microsite
Apache License 2.0
24 stars 13 forks source link

Reset third_party with build #70

Closed gauntface closed 7 years ago

jeffposnick commented 7 years ago

I'm still not seeing the correctly rendered, syntax-highlighted code blocks.

Here's what I see when checking out your branch, running npm install, gulp clean, gulp serve:prod, and then visiting http://localhost:3474/get-started/webpack.html:

screen shot 2017-06-12 at 1 34 49 pm

Is there a specific gulp task that converts the Markdown into prope code blocks? If so, perhaps it's not listed as a dependency of gulp serve:prod and I need to run it explicitly?

jeffposnick commented 7 years ago

FWIW, the Markdown to <pre> + <code> conversion seems to be failing for me, rather than something specific to Prism. (I see the prism.js and prism.css both loaded now).

I get the text whose source is in the ``javascript code blocks wrapped in

tags instead of

+`:

screen shot 2017-06-12 at 1 43 01 pm
gauntface commented 7 years ago

Fixes #52