-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pv-scripts): add option to use the styleguide's example markup w…
…ithout modification introduce the `raw` option that can be set via params of the code block, front matter of the markdown or config.stlyemark.yaml's `examples` section and won't wrap the markup with `htmlHead`, `bodyHtml` etc from the config when set. Also introduce a new experimental pattern for how the code blocks can be written to be picked up by the stylemark. i.e. `css example-1 hidden` or `html example-1 ./demo/file.html?foo=bar#anchor raw=true hidden` fix #227
- Loading branch information
Showing
2 changed files
with
92 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters