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
Actually, I met the same question as you asked in hexojs/hexo#2201.
I want to insert a code file as a collapsed spoiler and it seems difficult to deal with nesting macros. Is there any way to render something like below?
{% spoiler site_config.yml %}
{% codeblock test lang:yml %}
{% include _config.yml %}
{% endcodeblock %}
{% endspoiler %}
The text was updated successfully, but these errors were encountered:
Actually, I met the same question as you asked in hexojs/hexo#2201.
I want to insert a code file as a collapsed spoiler and it seems difficult to deal with nesting macros. Is there any way to render something like below?
The text was updated successfully, but these errors were encountered: