flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

html to markdown can not have img tag

Open mengmeng1314 opened this issue 4 years ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

Feel free to remove any sections that do not apply or add your own to clarify your issue.

Please provide as much information about where the but is located or what you were using:

  • [ ] Parser
  • [ ] HtmlRenderer
  • [ ] Formatter
  • [ ] FlexmarkHtmlParser html to markdown can not have img tag
  • [ ] DocxRenderer
  • [ ] PdfConverterExtension
  • [ ] extension(s)

To Reproduce

If you can please provide sample code which exhibits the issue. This is always best because it incorporates a testable morsel which includes all relevant information.

sample code

Or a link to a sample code file.

If a code sample is not possible please provide as much of the following information as you can :

  1. Input text used Please provide a sample of text which causes the issue.

    sample
    

    Or provide a link to a file

  2. Options used to configure the parser, renderer, formatter, etc. Please provide concise code when you can.

Expected behavior A clear and concise description of what you expected to happen with sample output that would be desired, where it makes sense.

Resulting Output It is best to provide one of the following (in decreasing order of value):

  • text results,
  • file links,
  • screenshots are least useful but better than nothing.

Additional context Add any other context about the problem here.

mengmeng1314 avatar Jul 07 '21 03:07 mengmeng1314