Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Hexo Tag SyntaxNew to Visual Studio Code? Get it now.
Hexo Tag Syntax

Hexo Tag Syntax

Means88

|
133 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Hexo Tag Syntax

Show code highlights inside hexo codeblock

Install

Usage

{% codeblock lang:typescript mark:3 %}
function ProfileTimeline() {
  // Try to read posts, although they might not have loaded yet
  const posts = resource.posts.read();
  return (
    <ul>
      {posts.map(post => (
        <li key={post.id}>{post.text}</li>
      ))}
    </ul>
  );
}
{% endcodeblock %}
{% codeblock mark:3 %}
function ProfileTimeline() {
  // Try to read posts, although they might not have loaded yet
  const posts = resource.posts.read();
  return (
    <ul>
      {posts.map(post => (
        <li key={post.id}>{post.text}</li>
      ))}
    </ul>
  );
}
{% endcodeblock %}

screenshot

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft