codedoc
codedoc copied to clipboard
Create beautiful modern documentation websites.
This is a spin off of https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660163536 Quoting https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660030487 > ok the CLI is updated (`0.2.2`) and from now on you should be able to update this plugin via: >...
This is a spin off of issue #21. CODEDOC uses chalk colors, and the default Windows Command Prompt displays them for me...  ...but none of those colors are displayed...
I really like the list of headings that is displayed when viewing a CODEDOC site on a desktop. I far as I can tell, this list is not exposed on...
Input (2 spaces after colon on a first line): ```md **Type parameters**: `U`: `any` Output [GGArray](#GGArray) item type ``` is rendered in a browser as: ```html Type parameters: U: any...
This is a spin off from issue #17 Quoting https://github.com/CONNECT-platform/codedoc/issues/17#issue-635870911 >  > > On the topic of error messages, where are those beautiful colors? My error message doesn't have...
* a ```gdscript b # comment c ``` results in: It seems to work in CommonMark: https://spec.commonmark.org/dingus/?text=*%20a%0A%60%60%60gdscript%0Ab%0A%0A%23%20comment%0Ac%0A%60%60%60%0A ```sh $ codedoc -v # Fetching version info ... # @codedoc/cli version 0.2.1...
I think [my site](http://tysonwilliams.coding.blog/) used to have [integrated search](https://codedoc.cc/#integrated-search), but I don't see it now. Why does my site lack integrated search? 
Can you update `@connectv/marked` to at least `4.0.10` to avoid CVE-2022-21680 (and address Dependabot security issues like [this one](https://github.com/TysonMN/tysonmn.github.io/security/dependabot/2))?
Hello, recently my github deplay action began to fail. It was to work fine. Here's part of my [log](https://github.com/objetos/p5.quadrille.js/actions/runs/3953964466/jobs/6770788437): ```sh Entrypoint main = codedoc-bundle.js [4] ./.codedoc/node_modules/rxjs/_esm5/internal/Subscriber.js 8.44 KiB {0} [built]...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...