Skip to main content

Using Markdown syntax in BindTuning web parts

BindTuning Team avatar
Written by BindTuning Team
Updated over 2 months ago

Some versions of BindTuning Web Parts offer the flexibility to define the display layout of information using Markdown syntax. This powerful feature allows you to control how content is presented to end-users, enabling rich text formatting and structured layouts directly within your Web Part configurations.

Beyond standard Markdown, BindTuning Web Parts also support a set of exclusive rules designed to give you even greater control over layout settings.

This guide outlines the complete Markdown syntax, including BindTuning-specific extensions, to customize the display of your content.

Formating

Markdown

Bold

**Bold** text

Italic

*Italic* text

Headings

# Heading One
## Heading Two
### Heading Three

Line Breaks

For line breaks, hit <Enter> once per line break

Text Color

## Heading #990000
Text #ff9900

Text Alignment

Left-aligned @left

Center-aligned @center

Right-aligned @right

Links and Buttons

[Display Text](Target URL){Options}

Options (optional):
@btnSize: link | xs | sm | md | lg | full
@btnTxt: HEX
@btnBg: HEX
@btnTarget: self | blank

Link example:
[Go to BindTuning](http://bindtuning.com){Target:blank}

Large button example:
[BINDTUNING](http://bindtuning.com){@btnSize:lg @btnTxt:ffffff@btnBg:f49000@btn:Target:blank}

Icons
(Font Awesome)

Single icon syntax:
fa-cloud

Sample usage in a title:
# Title and Icon fa-cloud @center

Background Color

@bg:#ff9900

Videos

Images

Did this answer your question?