Skip to content

TakoAI/markdown-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrueML Report

This is a testing playground for TrueML reporting generation process with Markdown Format.

The goal of this test is to check what visualizations are available in the current markdown transformer.

List

  • item 1
  • item 2

Checkbox

  • item 1
  • item 2

Links

logo

TrueML Link

Table

Column 1 Column 2
A B

Font

  • Italic
  • BOLD
  • CROSS

Code

One Liner

var foo = function (bar) {
  return bar++;
};
console.log(foo(5));

Html

TrueML Html