pagedown
pagedown copied to clipboard
Add method to only make links
It would be great if the Markdown.Converter had a method which only created
links. I'm dealing with feed posts and I don't want the user to be able to
create headers and all that jazz.
Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 9:19
If you don't want Markdown, why would you be using a Markdown converter in the
first place?
Original comment by [email protected] on 2 Feb 2012 at 10:05
- Added labels: Priority-Low, Type-Enhancement
- Removed labels: Priority-Medium, Type-Defect
The app I'm working on will both have micro-blogging (feed posts) and blogging.
I will be using Markdown for the blogging component - and I want the feed posts
to have a subset of markdown (i.e. links).
Original comment by [email protected] on 2 Feb 2012 at 11:02