I looked through the documentation and examples but couldn't find anything about this. I want to convert a handful of tags (<p>, <li>, <a>) to markdown and the rest to plain text. I was wondering if there is a filtering mechanism where:
- I can specify the tags I want to convert to markdown
- I can provide a format for convert
<a> tag to (I want it to look like text (link)
I looked through the documentation and examples but couldn't find anything about this. I want to convert a handful of tags (
<p>,<li>,<a>) to markdown and the rest to plain text. I was wondering if there is a filtering mechanism where:<a>tag to (I want it to look liketext (link)