Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino
Categories Integration
Created by Guest
Created on Mar 31, 2025
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit DOMINO-I-118 Markdown support.

Markdown conversion support in Lotus Script and Formula

Markdown is a commonly used standard by many services including LLMs today.

Converting from Markdown (MD) to HTML and Richtext would be even more important with the introduction of Domino IQ.

The conversion should support GitHub Flavored Markdown(GFM) including for example tables.
LLM usually return GFM as well.


It would be important to have a Lotus Script and a Formula language implementation.
In formula language it could be just a new @Text option instead of a new function.
Also the new LLM transaction of Domino IQ should include options to convert the result.

-- References --

Commonmark

https://commonmark.org/

GitHub Flavored Markdown Spec

https://github.github.com/gfm


  • Guest
    Reply
    |
    Mar 31, 2025

    Markdown also has an official MIME Type.

    Adding support for this content type and allow to display native MD would also make sense.

    RFC7763 The text/markdown Media Type (March 2016)

    https://datatracker.ietf.org/doc/html/rfc7763