stylemark
stylemark copied to clipboard
Generate interactive style guides from Markdown.
I am no longer maintaining this project. Alternatives: - [Storybook](https://storybook.js.org/) - [React Styleguidist](https://react-styleguidist.js.org/)
The following code generates `Argument 'stylemark--' is not a function, got undefined` ``` \```checkbox-required-example.html ... \``` \```checkbox-required-example.angularjs console.log(exampleForm); \``` ``` Of course, the slash before the backticks has been added...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.5.3. Changelog Sourced from handlebars's changelog. v4.5.3 - November 18th, 2019 Bugfixes: fix: add "no-prototype-builtins" eslint-rule and fix all occurences - f7f05d7 fix: add more...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
…to be the same as the filename of the generetad html. fixes issue: (#94)
When useing postcss as a css processor, it is possible and good practice to name your file .pcss. I guess from first sight this would would be relatively easy to...
When using external example files, when the examle name is for example in camelCase, the generetad file name is kebab-case (generator.js:245) but the iframes src path has the original camelCase...
Please consider adding a documentation to help people setup and explain how to contribute to your project.
The current mobile menu is implemented by using `` and ``, which doesn't work very well. The mobile menu should be the same as the normal left sidebar, by using...
I have an odd behavior in a styleguide I am currently developing due to the iFrameResizer library. Is there any way to disable some js features through the configuration?