From 492875622b39cb2cf04bbb9248b6ed0c52ced2df Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 16 Mar 2021 19:52:33 -0500 Subject: Update text wrapping in documentation To meet best practices and standards for markdown, this commit updates all markdown files used for the VuePress documentation so that each line is limited to 80 characters. Signed-off-by: Derick Montague Change-Id: I0cadb33343ce1bc331dfefd096d8137a04c33604 --- docs/guide/components/page-section/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/guide/components/page-section/index.md') diff --git a/docs/guide/components/page-section/index.md b/docs/guide/components/page-section/index.md index ccf654e1..2a8a22ef 100644 --- a/docs/guide/components/page-section/index.md +++ b/docs/guide/components/page-section/index.md @@ -1,10 +1,13 @@ # Page section -The `` component will render semantic HTML. By adding a `:section-title` prop to the `` component, the localized text string will be rendered in an `h2` header element. +The `` component will render semantic HTML. By adding a +`:section-title` prop to the `` component, the localized text +string will be rendered in an `h2` header element. ``` vue // Example: `src/views/AccessControl/Ldap/Ldap.vue` ``` -[View the page section component source code](https://github.com/openbmc/webui-vue/blob/master/src/components/Global/PageSection.vue). \ No newline at end of file +[View the page section component source +code](https://github.com/openbmc/webui-vue/blob/master/src/components/Global/PageSection.vue). \ No newline at end of file -- cgit v1.2.3