UniAST - HTML

Last modified by Manuel Leduc on 2025/12/01 14:42

Description

Provides a serializer from HTML. There is currently no suppot for HTML parsing.

Developers

Exposed components

  • UniAstToHTMLConverter with identifier uniAstToHTMLConverterName

Reference

import { Container } from 'inversify';
import { UniAst } from '@xwiki/platform-uniast-api';

// @beta (undocumented)
export class ComponentInit {
    constructor(container: Container);
}

// @beta
export interface UniAstToHTMLConverter {
    // (undocumented)
    toHtml(uniAst: UniAst): string | Error;
}

// @beta (undocumented)
export const uniAstToHTMLConverterName = "UniAstToHTMLConverter";
France 2030 Logo

This project is being financed by the French State as part of the France 2030 program

Ce projet est financé par l’État Français dans le cadre de France 2030

  • Powered by XWiki 17.10.9-node1. Hosted and managed by XWiki SAS

Get Connected