Markdown

<< Click to Display Table of Contents >>

Navigation:  Languages > Delphi > Tutorial >

Markdown

IntraWeb markdown let’s us do all kind of neat things in text. We can use it to format text, apply CSS styles, inline data bind, or even call functions in our code from within text data in IWML. You can see all the markdown options here.

 

Our application does not have a lot of text, but we will use what we have to show some very basic markdown. Select this text control:

 

clip0047

 

In the property inspector alter the Text property and change the word guess from Guess to [b:Guess] as shown here:

 

clip0048

 

In this example we have use the b markdown tag which is short for bold. Either b or bold can be used interchangeably. When we preview the page, now it looks like this:

 

clip0049

 

See Also

 

Markdown