Liting
Liting
直接在GitHub上修改的,好像忘记写 commit 了
Currently, if want to use multiple plugins, need to configure them one by one. It would be better if a plugin package was provided and multiple plugins could be inherited...
### Is your feature request related to a problem? Please describe. In the monorepo development mode, sometimes the rendering in docs depends on the code in another repository, so when...
## Additional Notes https://github.com/ueberdosis/tiptap/discussions/5573 ## Checklist - [ ] I have created a [changeset](https://github.com/changesets/changesets) for this PR if necessary. - [x] My changes do not break the library. - [...
### Clear and concise description of the problem Is it possible to provide a twoslash-like function for unocss code snippets? Otherwise, it is inconvenient to intuitively view the effective CSS...
### Describe the bug When `CheckMenuItem` is used in the menu, the entire submenu does not seem to be aligned with the title and is offset slightly to the left....
already exported `Preview` component: https://github.com/vuejs/repl/blob/main/src/index.ts#L2 but not export `injectKeyProps` symbol: https://github.com/vuejs/repl/blob/47da477696d63e89fe1fc1f2f3de2bfd82775cb0/src/types.ts#L18 As a result, the separate `Preview` component cannot be used at all: https://github.com/vuejs/repl/blob/main/src/output/Preview.vue#L20
### Describe the feature Currently, we can set the `title`/`description` fields for HTML, so is it possible to parse and return the current `title`/`description` and other fields? For example: ####...
### Description `value` should support various primitive values,not onlt `string`/`number`, but also `boolean` ... ### Additional context _No response_