Content is only shown in one column
See original GitHub issueHere is the code I tested:
<!DOCTYPE html>
<html lang="en">
<head>
<script>
// Just a lil’ script to show off that inline JS gets highlighted
window.console && console.log('foo');
</script>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<title>Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
<script src="prefixfree.min.js"></script>
<script>var _gaq = [['_setAccount', 'UA-33746269-1'], ['_trackPageview']];</script>
<script src="http://www.google-analytics.com/ga.js" async></script>
</head>
<body>
And here is the output:
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Products only showing in one column | WordPress.org
Hello, I am having some trouble setting up the layout. It's only displaying one column and some of the products I would like...
Read more >Must all content, even if it is just one column, be placed inside ...
No, not all content needs to be placed in .row s. .row s and .col s simply provide you with a customizeable grid...
Read more >Copy visible cells only - Microsoft Support
Copy visible cells only · Select the cells that you want to copy For more information, see Select cells, ranges, rows, or columns...
Read more >Show Only Few Rows or Columns - Excel #Shorts - YouTube
If you only wanted to show a limited ranges of columns and rows and have the rest of the worksheet show "empty" space,...
Read more >Show Only a Few Rows or Columns - YouTube
Want to learn how to hide unused cells in all the columns or the rows? Maybe you want to limit the information to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think you might fix your issue with a little hook like the following (to be inserted after Prism main script):
@LeaVerou Should we handle this in the official release?
Your right, was cached in my browser 😃 Thank you very much!