mpetrovich / stylemark

Generate interactive style guides from Markdown.
MIT License
218 stars 35 forks source link

External wildcard examples cannot be mixed with any other examples #41

Open mpetrovich opened 6 years ago

mpetrovich commented 6 years ago

If you use an external wildcard example, adding an inline or other external example does not work as expected.

For instance, none of these work:

```sample:template.html
```
```sample:files/*
```
```sample.html
<p>Hello, world</p>
```
```sample:files/*
```

where files is a directory containing any number of CSS, JS, or HTML assets.