summaryrefslogtreecommitdiff
path: root/test/fixtures/include-file.jsx
blob: d9f305c755e6a3b657db760b79e947b96116aca0 (plain) (blame)
1
2
3
4
5
6
7
8
const element = (
  <div>
    <h1>Hello, Programmer!</h1>
    <!-- tag::snippet[] -->
    <p>Welcome to the club.</p>
    <!-- end::snippet[] -->
  </div>
)