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();
|
.build();
|
||||||
|
|
||||||
String htmlContent = renderer.render(document);
|
String htmlContent = renderer.render(document);
|
||||||
System.out.println(htmlContent);
|
|
||||||
|
|
||||||
byte[] pdfBytes =
|
byte[] pdfBytes =
|
||||||
FileToPdf.convertHtmlToPdf(
|
FileToPdf.convertHtmlToPdf(
|
||||||
|
|
Loading…
Reference in a new issue