Open lightxue opened 7 years ago
Hi,
When linenums enabled, the style of code block will be mess up. Because the DOM structure of the code block of pelican is different with octopress, sass/partials/_syntax.scss should match up peilican.
linenums
sass/partials/_syntax.scss
'markdown.extensions.codehilite': { 'css_class': 'highlight', 'linenums': True }
Can you support this? Thanks!
Hi,
When
linenums
enabled, the style of code block will be mess up. Because the DOM structure of the code block of pelican is different with octopress,sass/partials/_syntax.scss
should match up peilican.Can you support this? Thanks!