Browse Source
fix multiple issues
fix multiple issues
* fix #181 add content-formatting config option * fix #189 change title of Plugins navpull/193/head

4 changed files with 32 additions and 22 deletions
-
16_data/nav.yml
-
14configure/content-filtering.md
-
20configure/content-formatting.md
-
4plugins/index.md
@ -0,0 +1,20 @@ |
|||
--- |
|||
layout: default |
|||
title: Content Formatting |
|||
description_short: Learn how to create clean, maintainable and readable content. |
|||
description: These settings change the way the editor handles the input and output of content. This will help you to create clean, maintainable and readable content. |
|||
--- |
|||
|
|||
{% include configuration/block-formats.md %} |
|||
|
|||
{% include configuration/font-formats.md %} |
|||
|
|||
{% include configuration/fontsize-formats.md %} |
|||
|
|||
{% include configuration/formats.md %} |
|||
|
|||
{% include configuration/indentation.md %} |
|||
|
|||
{% include configuration/style-formats.md %} |
|||
|
|||
{% include configuration/style-formats-merge.md %} |
@ -1,9 +1,11 @@ |
|||
--- |
|||
layout: default |
|||
title: Add Plugins |
|||
title: Add Plugins to TinyMCE |
|||
title_nav: Add Plugins to TinyMCE |
|||
description_short: This section will help you configure and extend your editor instance. |
|||
description: TinyMCE is an incredibly powerful, flexible and customizable rich text editor. This section will help you configure and extend your editor instance. |
|||
type: folder |
|||
--- |
|||
|
|||
{% assign links = site.data.nav[3].pages %} |
|||
{% include index.html links=links %} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue