We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple adjacent code blocks should be automatically converted into tabbed code blocks.
The titles of the code should be the tab names.
I want to use JQuery and MaterializeCSS for the animation and styling of these.
The text was updated successfully, but these errors were encountered:
Have implimented a new codeblock tag which should ideally be used:
Syntax:
{% m_codeblock %} <!-- tab [lang] --> content <!-- endtab --> {% endm_codeblock %}
E.g:
{% m_codeblock %} <!-- tab js --> var test = 'test'; <!-- endtab --> <!-- tab css --> .btn { color: red; } <!-- endtab --> {% endm_codeblock %}
My Hexo Converter project has been adapted to support this.
Sorry, something went wrong.
No branches or pull requests
Multiple adjacent code blocks should be automatically converted into tabbed code blocks.
The titles of the code should be the tab names.
I want to use JQuery and MaterializeCSS for the animation and styling of these.
The text was updated successfully, but these errors were encountered: