Closed jin-qin closed 8 years ago
Hi, do you mean code highlighting support? I did not add any code highlighting library.
Are you using the code block tag https://hexo.io/docs/tag-plugins.html#Examples-1
I think it would make sense to add support for highlighted code added with the code block tag.
Yes, I have just fixed it through added some code highlighting .styl files from theme 'landscape'. Then I can highlight my codes through markdown. For example: '''cpp
using namespace std; int main() { return 0; } ''' PS: Your theme is awesome!
Great, feel free to make a Pull Request, would definitely be useful.
I've enable highlight in _conifg.yml, but still not work.