Yohan Lasorsa
Yohan Lasorsa
Would you consider publishing the `dist/` files on npm, so we can use it as dependency on other projects more easily? I'm currently building an embedded editor/viewer server for Remark,...
It would be nice if slide fragments (slides starting with -- instead of ---) could be specifically identified, for example with a `remark-fragment` class and not just be regular slides,...
It would be nice to have an option to pass an object to override **marked** parser option, for example (that's my main issue) to enable GFM line breaks, what do...
See #146 for details and justification.
I apologize in advance if it's not the right place to discuss this, but it's the best I could find. After discovering recently an mismatch issue in a devcontainer definition...
When trying to pass `js-yaml` options to `stringify` method, there is a type error: ```ts matter.stringify(file, file.data, { lineWidth: -1 }); // >Type '{ lineWidth: number; }' has no properties...
Adding `"node/no-unsupported-features/es-syntax": "off"` to the rules section do not disable all related errors. This is particularly problematic for me since there's a false positive due to dynamic `import()` (issue: https://github.com/mysticatea/eslint-plugin-node/issues/250)...
I have a strange behavior with the CLI and configuration file. I have a `.htmlhintrc` file at the root of my project. When I run `htmlhint src`, it finds the...
I find the number of dependencies quite big for such a project, it would be nice to slim down on this side, especially for the frontend dependencies which includes tons...
Now that Angular Universal has landed and is properly supported through Angular CLI, we should also support it and provide an out-of-the-box DX for SSR (Server-Side Rendering). **Tasks:** - [x]...