gitdown
gitdown copied to clipboard
GitHub markdown preprocessor.
When adding a "Deploy to Azure" button in a README.md file, the reference that's used needs to be to an ARM template (JSON) file in the repository, but the raw...
When creating a new branch, which consequently has no remote branch, I get this behavior: ```sh npx gitdown ./README_src.md --output-file ./README.md Unhandled rejection Error: Branch ("issue-36") definition does not exist...
https://security-tracker.debian.org/tracker/CVE-2022-21681 https://nvd.nist.gov/vuln/detail/CVE-2021-21306 https://snyk.io/test/npm/gitdown To resolve, gitdown would need to update it's dependency of "marked" to "^4.0.10" NPM Orverrides are insufficient to solve this problem in the meantime because gitdown uses...
I was looking into using `gitdown` for a thing. However, I'm working with an Azure DevOps repository, which is triggering an edge case. The thing that is tripping me up...
In file: gitdown/src/gitdown.js Line 308 to 314 Source code: === // `test` normalizedName = _.trim(marked(normalizedName)); // test normalizedName = normalizedName.slice(3, -4); // test === The conversion is incorrect if the...
Hello 🙂 I've included `gitdown` in `check-node-version` for having nicer READMEs. Since I'm not the original author, I work under a different repo url. Now, after merging into the original...
Input: ```markdown [Generating secret key](#) ``` Output: ```markdown [Generating secret key](#generating-secret-key) ```
Example, if I want to include this fragment https://github.com/gajus/gitdown/blob/12c91a46f33a0c926a1baed381d0636968c4f0f9/src/gitdown.js#L27-L50 I would surround the code fragment with comments such as: ```js // gitdown-template-start: foo-fragment /** * Process template. * * @returns...
Add an option to the [include file](https://github.com/gajus/gitdown/tree/fab31aa75a95b0e9fa4b8d474ad42e853e8bf255#features-include-file) function that would increment heading size of the document being included to the size of the host section heading. Example: Source `README.md`: ```...
@gajus You have refactored code. I liked `style=flat-square`, but now it uses wrong url: [](https://ci.appveyor.com/project/mdreizin/webpack-config/branch/master) It should use: [](https://ci.appveyor.com/project/mdreizin/webpack-config/branch/master) When you have `travis` and `appveyor` it...