Skip to content
#

docusaurus

Here are 202 public repositories matching this topic...

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • Updated Nov 24, 2020
  • JavaScript
avatarneil
avatarneil commented May 4, 2021

This package is wonderful, and I've been having a blast working on prototyping serving some of my org's Swagger definitions with it. One thing I've run into, however, is an inability to use file refs as specified in https://redoc.ly/docs/resources/ref-guide/

This is fairly easily reproduced by opening up the example project in this repo, taking one of the schemas in the components section o

barry-tormey-imprivata
barry-tormey-imprivata commented Jun 11, 2021

Describe the bug
When running nx test --project my-project --collect:"XPlat Code Coverage" the collect parameter is passed to dotnet test without the quotes resulting in an MS Build error:

MSBUILD : error MSB1008: Only one project can be specified.
Command failed: dotnet test MyProject.csproj --collect:XPlat Code Coverage

To Reproduce
Steps to reproduce the behavior:

Improve this page

Add a description, image, and links to the docusaurus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docusaurus topic, visit your repo's landing page and select "manage topics."

Learn more