NF12 Status Line Widget Markdown And Scoped Style

From iDempiere en

Feature: Implement markdown and scoped style support for status line widget

Goal: Functional

Developer: Hengsin Low

Feature Ticket: IDEMPIERE-6321

Description

Status line widget can format the output using html tag and inline css style (i.e style="...").
This ticket enhance that with markdown and scoped css style (<style>@scope{...}</style>) support.

Scoped CSS Styling with `AD_Style`

Markdown support

  • Use `<#md></#md>` tags to enclose Markdown text.
  • Example using with html tag:
<div><#md>**Bold Text**</#md></div>
  • Example using just mark down:
<#md>**Bold Text**</#md>
  • Support auto link and table markdown extension.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.