Closed
Description
I'm using the following command:
pdoc test.py --html
to create an API doc for the following Python script:
#!/usr/bin/env python
def test():
"""
Test function
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
"""
pass
Here's the resulting HTML:
Shouldn't pdoc handle any standard markdown syntax?
Metadata
Metadata
Assignees
Labels
No labels