Tech%2Fnbdev

Error converting content: marked is not a function

- What are the nbdev commands I can run?
- | Title | Description |
	  | ---- | ---- | ---- |
	  | [config](https://nbdev.fast.ai/api/config.html) | Configuring nbdev and bootstrapping notebook export |
	  | [maker](https://nbdev.fast.ai/api/maker.html) | Create one or more modules from selected notebook cells |
	  | [process](https://nbdev.fast.ai/api/process.html) | A notebook processor |
	  | [export](https://nbdev.fast.ai/api/export.html) | Exporting a notebook to a library |
	  | [doclinks](https://nbdev.fast.ai/api/doclinks.html) | Generating a documentation index from a module |
	  | [sync](https://nbdev.fast.ai/api/sync.html) | Propagate small changes in the library back to notebooks |
	  | [merge](https://nbdev.fast.ai/api/merge.html) | Fix merge conflicts in jupyter notebooks |
	  | [showdoc](https://nbdev.fast.ai/api/showdoc.html) | Display symbol documentation in notebook and website |
	  | [frontmatter](https://nbdev.fast.ai/api/frontmatter.html) | A YAML and formatted-markdown frontmatter processor |
	  | [processors](https://nbdev.fast.ai/api/processors.html) | Some processors for NBProcessor |
	  | [clean](https://nbdev.fast.ai/api/clean.html) | Strip superfluous metadata from notebooks |
	  | [test](https://nbdev.fast.ai/api/test.html) | Run unit tests on notebooks in parallel |
	  | [cli](https://nbdev.fast.ai/api/cli.html) | CLI commands |
	  | [quarto](https://nbdev.fast.ai/api/quarto.html) | Install and interact with Quarto from nbdev |
	  | [qmd](https://nbdev.fast.ai/api/qmd.html) | Basic qmd generation helpers (experimental) |
	  | [migrate](https://nbdev.fast.ai/api/migrate.html) | Utilities for migrating to nbdev |
	  | [serve](https://nbdev.fast.ai/api/serve.html) | A parallel ipynb processor (experimental) |
	  | [release](https://nbdev.fast.ai/api/release.html) | Auto-generated tagged releases and release notes from GitHub issues |