question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I actually get markdown out of the cli?

See original GitHub issue

I installed 'jsdoc-to-markdown": "^7.0.1", then ran npx jsdoc2md myfile.js, fixing all the errors it flagged (mostly missing return/throws text) until there were none left, and now it doesn’t flag any errors anymore but also does not generate anything. There’s no markdown output on stdout, and no files have been created, so… how do I use this tool to actually generate markdown from jsdoc comments? O_o

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
trev-devcommented, Mar 23, 2022

sounds like you want to file a new issue with a description of your specific situation. Given that this is a closed issue, probably the worst case to discuss a new (and rather different, from the sounds of it) problem.

Got it. Let me make a reproducible example and do that.

1reaction
Pomaxcommented, Mar 22, 2022

sounds like you want to file a new issue with a description of your specific situation. Given that this is a closed issue, probably the worst case to discuss a new (and rather different, from the sounds of it) problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building a Python CLI Tool to Extract the TOC from ...
So I decided to write my own minimal CLI tool to extract the table of contents (TOC) from markdown files automatically.
Read more >
Is there a command line utility for rendering GitHub ...
I wrote a small CLI in Python and added GFM support. It's called Grip (Github Readme Instant Preview). Install it with: $ pip...
Read more >
Markdown Viewer - command line
'-f markdown' is optional. This will give you a nice enough preview with images right in the terminal window, the only downside is...
Read more >
Writing on the Command Line | GPI
Markdown is a different approach to composing rich documents using just plain text files. It began as a way to quickly write the...
Read more >
Glow: Render Markdown on the CLI
markdown README.md. I don't often use pandoc or lynx so might check out glow instead, but I thought some of you might find...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found