cosmere icon indicating copy to clipboard operation
cosmere copied to clipboard

Sync your markdown files to Confluence

Results 22 cosmere issues
Sort by recently updated
recently updated
newest added

Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

I would like to add options to the configuration file include/exclude that allowed you to specify a set of globs to scan for markdown files (similar to the way include/exclude...

Example: ```md This is an example: * test git clone https://github.com// ```

bug

Example in Markdown: ```md # Cosmere Test Child-Page [Anchor Test](#target) ## h2 ### h3 #### Target ## h2 2 ### h3 2 #### Target ``` Is rendered as: ```xhtml Anchor...

bug

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

A proposal for an implementation of #4. Does anyone know how to test it prior to merge it into main? -- Solved I used "bin/cosmere" script but had to change...

I'd like to configure that my code blocks are collapsible because my code blocks become very large. For instance in the config.json ```json "collapsible": true ``` makes all code blocks...

enhancement

Use e.g. https://github.com/jonschlinkert/markdown-toc to generate a table of contents in markdown and then convert to confluence as usual. Or create the option to generate a table of contents from your...

enhancement

# Bug Description Within a details block, rendering of code blocks seems to be broken. Adding an empty line after the opening block breaks the rendering. # How to Reproduce...

I've been using `cosmere` as part of a CICD pipeline, and experienced an unexplained issue: every time I'd be notified of changes in a document that, upon inspection, had no...