add table support in md2pdf transport
This commit is contained in:
parent
ab9e7bbb8c
commit
81d49b722b
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ public class ConvertMarkdownToPdf {
|
|||
.build();
|
||||
|
||||
String htmlContent = renderer.render(document);
|
||||
System.out.println(htmlContent);
|
||||
|
||||
byte[] pdfBytes =
|
||||
FileToPdf.convertHtmlToPdf(
|
||||
|
|
Loading…
Reference in a new issue