Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown rendering support #433

Closed
patrick91 opened this issue Aug 30, 2022 · 1 comment
Closed

Markdown rendering support #433

patrick91 opened this issue Aug 30, 2022 · 1 comment

Comments

@patrick91
Copy link

Hi there! I'm looking at implementing pdoc on my library, but we have a custom frontend that reads markdown and creates a site, so I was looking into tools that can generate markdown from python code.

I've seen that you are planning to add support for Markdown in pdoc here:

pdoc/pdoc/__init__.py

Lines 497 to 500 in 03ffb3e

if format == "markdown": # pragma: no cover
raise NotImplementedError(
"Markdown support is currently unimplemented, but PRs are welcome!"
)

and it seems there's also a branch for that :)

What's the status of it? Can I help with that? I'm happy to try and make some time to work on it 😊

@mhils
Copy link
Member

mhils commented Aug 30, 2022

Duplicate of #308, I'll update there. :)

@mhils mhils closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants