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: 2.9.0
Show newest version
export default class AsciidocConverter {
  convert(content: string): string;

  styleEmbeddedDocWithLeftToc(baseAsciiDocElement: Element, styleClass: string);

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy