Michael Rawlings
Michael Rawlings
Something like this: 
### Description Rename `renderBody` to one of the following: - `body` - `children` - `content` ### Why I don't like `renderBody`. It feels like an implementation detail that the user...
## New Structure for Docs ### Guides - Rendering - server side rendering - Syntax - tags - attributes - inline javascript - Loops & conditionals - keys - Custom...
## Bug Report ### Marko Version: 4.7.5 ### Details With a `marko-tag.json` like the following, where the renderer is explicitly set to `index.marko`, if the `.marko` extension is not registered,...
- [ ] Unrecognized tag and [`html-elements.json`](https://github.com/mlrawlings/custom-elements-everywhere/blob/master/libraries/marko/src/html-elements.json) - [ ] Attributes passed as properties See [`custom-elements-everywhere/marko`](https://github.com/mlrawlings/custom-elements-everywhere/tree/master/libraries/marko/src) for example implementation and tests until docs are complete.
When an error occurs within an `` tag, the rest of the page continues rendering and we log a n error message to the console, but there is no indication...
@patrick-steele-idem and I have discussed adding a tag to marko's core that handles streaming in an elegant way. The syntax that we're looking at is the `` tag: ``` xml...
It would be really nice to get coverage reports by using [`nyc`](https://github.com/istanbuljs/nyc): ``` nyc puppet-run plugin:mocha [...mocha options] ./path/to/*.test.js ``` `nyc` automatically instruments the code running in the node process...
Merge x
## Description ## Checklist: - [ ] I have read the **CONTRIBUTING** document and have signed (or will sign) the CLA. - [ ] I have updated/added documentation affected by...