MrDian / pagedown

Automatically exported from code.google.com/p/pagedown
0 stars 0 forks source link

Add method to only make links #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 mks.coet...@gmail.com on 2 Feb 2012 at 9:19

GoogleCodeExporter commented 8 years ago
If you don't want Markdown, why would you be using a Markdown converter in the 
first place?

Original comment by b...@stackoverflow.com on 2 Feb 2012 at 10:05

GoogleCodeExporter commented 8 years ago
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 mks.coet...@gmail.com on 2 Feb 2012 at 11:02