/Main/Source/SandcastleMAMLGuide/Content/CommonInline/legacyUnderline.aml
Unknown | 37 lines | 36 code | 1 blank | 0 comment | 0 complexity | e1864049fab7242df063557a7d7aa6b6 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<?xml version="1.0" encoding="utf-8"?> 2<topic id="e90091a9-3959-4718-b109-ea8e75837e62" revisionNumber="1"> 3 <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <introduction> 5 <para>This element marks underlined text in legacy documents. The schema 6does not recommend using this element. Instead, use one of the other common 7inline elements that describe a specific type of item such as 8<codeInline>application</codeInline>, <codeInline>ui</codeInline>, etc. 9However, for general items, it is a simple way to underline text.</para> 10 </introduction> 11 <section> 12 <title>Usage</title> 13 <content> 14 <para>Enter the element in the topic and specify the text to underline as 15the inner text.</para> 16 </content> 17 </section> 18 <section> 19 <title>Example</title> 20 <content> 21 <code lang="xml" title=" "> 22This text will be rendered with an <legacyUnderline>underline</legacyUnderline>. 23</code> 24 </content> 25 </section> 26 <section> 27 <title>Example Output</title> 28 <content> 29 <para>This text will be rendered with an <legacyUnderline>underline</legacyUnderline>.</para> 30 </content> 31 </section> 32 33 <relatedTopics> 34 <link xlink:href="b96d95c0-ec3c-4846-998a-4b43548bfa0e" /> 35 </relatedTopics> 36 </developerConceptualDocument> 37</topic>