# Markdown and Vue SFC Each Markdown file is first compiled into HTML, and then converted to a Vue SFC. In other words, you can take Markdown as Vue SFC: - Blocks ` ``` **Output** _Hello, {{ msg }}_ _Current count is: {{ count }}_ Click Me!