Class TableToAsciiDoc

java.lang.Object
io.micronaut.openapi.adoc.md.TableToAsciiDoc

public final class TableToAsciiDoc extends Object
Utilities methods to convert html table to adoc table.
Since:
5.2.0
  • Method Details

    • convert

      public static String convert(String html)
      Convert HTML table to adoc table.
      Parameters:
      html - HTML text
      Returns:
      adoc text