Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
include example
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Oct 1, 2018
1 parent 7647d26 commit c8fafec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/devsite-markdown.js
Expand Up @@ -16,7 +16,8 @@

'use strict';

const markdownIncludeRe = new RegExp(/\{%\s+include\s+"(.*?)"\s+%\}/g);
// matches: {% include "path/foo.md" %}
const markdownIncludeRe = new RegExp(/\{%\s+include\s+"(.*?)"\s+%\}/g);

/**
* Parses DevSite markdown for interesting conditions, such as template includes that occur at
Expand Down

0 comments on commit c8fafec

Please sign in to comment.