(options: MaybeRefOrGetter<UseMarkdownOptions>)
| 7 | } |
| 8 | |
| 9 | export function useMarkdown(options: MaybeRefOrGetter<UseMarkdownOptions>) { |
| 10 | return computed(() => parseMarkdown(toValue(options))) |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Each step strips one badge shape. Bounded quantifiers ({0,N}) guard against |
no test coverage detected