trentm / trentm/python-markdown2
Support for tables ... and STYLE help wanted
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 459
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Description
How do I get this to support table markup syntax ?
E.G.
| colum1 | column 2 |
|---|---|
| data 1 | data 2 |
etc.
Also, is there any guide to what STYLE(?) can be added to style the html.
In essence I'm trying to document a restful api within a django app, and just want the best way to do this staying within django and using markdown.
Thanks for any help.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named, and the single comment is more than 11 years old. Start by reviewing the markdown2 documentation and current table and STYLE-related behavior, then determine whether the intended outcome is table parsing, style guidance, or both. Done should mean the requested behavior or documentation is clearly defined and covered by appropriate tests or examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, markdown, python
- Domain
- documentation, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100