All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.assets.js.asciidoctor-converter.d.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
export default class AsciidocConverter {
  convert(content: string): string;

  styleEmbeddedDocWithLeftToc(baseAsciiDocElement: Element, styleClass: string);

  isElementFromToc(baseAsciiDocElement: Element, element: Element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy