how-tos made with markdown snippet injector

This commit is contained in:
Nikolay Iliev
2016-04-14 15:20:35 +03:00
parent 5ceeb7fddd
commit 89fad4f41c
43 changed files with 1207 additions and 1116 deletions

View File

@@ -0,0 +1,11 @@
---
nav-title: "Formatted String How-To"
title: "How-To"
description: "Examples for using Formatted String"
---
# Formatted String
Using a formatted string requires loading formatted-string and span module.
<snippet id='formatted-string-require'/>
### How to set formatted text content for a label
<snippet id='formatted-string-set'/>