You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sunlight.highlightAll() needs to come after the DOM is ready, i.e. right before the closing </body> tag or in a DOMReady event listener (like $(document).ready(...))
You are missing the sunlight-highlight-csharp class on your <pre> tag.
Hi,
I would like to integrate SunlightJS to blogger. I followed step by step in "installation guide" at your home page: http://sunlightjs.com/docs.html#installation:
First, I added these line to my template:
Then, in post, I wrapped code in pre tag:
But all my result only be this: http://i.imgur.com/JdbOyT1.png
Where am I wrong?
The text was updated successfully, but these errors were encountered: