X10D/api/X10D.Text.MarkdownExtension...

776 lines
34 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class MarkdownExtensions
| X10D </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class MarkdownExtensions
| X10D ">
<meta name="generator" content="docfx 2.56.7.0">
<link rel="shortcut icon" href="../images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous">
<link rel="stylesheet" href="../styles/config.css">
<link rel="stylesheet" href="../styles/discord.css">
<link rel="stylesheet" href="../styles/singulink.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<meta property="docfx:newtab" content="true">
</head>
<body>
<div class="top-navbar">
<a class="burger-icon" onclick="toggleMenu()">
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg>
</a>
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="body-content">
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
<nav id="sidebar" role="navigation">
<div class="sidebar">
<div>
<div class="mobile-hide">
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="sidesearch">
<form id="search" role="search" class="search">
<i class="bi bi-search search-icon"></i>
<input type="text" id="search-query" placeholder="Search" autocomplete="off">
</form>
</div>
<div id="navbar">
</div>
</div> <div class="sidebar-item-separator"></div>
<div id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="footer">
<strong>DocFX + Singulink = ♥</strong>
</div> </nav>
<main class="main-panel">
<div id="search-results" style="display: none;">
<h1 class="search-list">Search Results for <span></span></h1>
<div class="sr-items">
<p><i class="bi bi-hourglass-split index-loading"></i></p>
</div>
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
</div>
<div role="main" class="hide-when-search">
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
<article class="content wrap" id="_content" data-uid="X10D.Text.MarkdownExtensions">
<h1 id="X10D_Text_MarkdownExtensions" data-uid="X10D.Text.MarkdownExtensions" class="text-break">Class MarkdownExtensions
</h1>
<div class="markdown level0 summary"><p>Markdown-related extension methods for <see cref="!:System.String"></see>.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">MarkdownExtensions</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="X10D.Text.html">X10D.Text</a></h6>
<h6><strong>Assembly</strong>: X10D.dll</h6>
<h5 id="X10D_Text_MarkdownExtensions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class MarkdownExtensions : object</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDBold_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDBold(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L14">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDBold_" data-uid="X10D.Text.MarkdownExtensions.MDBold*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDBold_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDBold(System.String)">MDBold(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as bold, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDBold(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with bold.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDCode_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDCode(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L30">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDCode_" data-uid="X10D.Text.MarkdownExtensions.MDCode*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDCode_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDCode(System.String)">MDCode(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as code, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDCode(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with code.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDCodeBlock_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDCodeBlock(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L46">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDCodeBlock_" data-uid="X10D.Text.MarkdownExtensions.MDCodeBlock*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDCodeBlock_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDCodeBlock(System.String)">MDCodeBlock(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a code block, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDCodeBlock(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with code blocks.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDCodeBlock_System_String_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDCodeBlock(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L58">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDCodeBlock_" data-uid="X10D.Text.MarkdownExtensions.MDCodeBlock*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDCodeBlock_System_String_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDCodeBlock(System.String,System.String)">MDCodeBlock(String, String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a code block, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDCodeBlock(this string value, string language)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with code blocks.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">language</span></td>
<td><p>The language to use for syntax highlighting.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDHeading_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDHeading(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L76">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDHeading_" data-uid="X10D.Text.MarkdownExtensions.MDHeading*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDHeading_System_String_System_Int32_" data-uid="X10D.Text.MarkdownExtensions.MDHeading(System.String,System.Int32)">MDHeading(String, Int32)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a heading, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDHeading(this string value, int level)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with italics.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">level</span></td>
<td><p>The level of the heading.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDItalic_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDItalic(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L101">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDItalic_" data-uid="X10D.Text.MarkdownExtensions.MDItalic*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDItalic_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDItalic(System.String)">MDItalic(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as italics, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDItalic(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with italics.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="X10D_Text_MarkdownExtensions_MDItalic_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Markdown has two methods of italicizing text: <code>*</code> and <code>_</code>. This method uses asterisks by default. To
use underscores, use <a class="xref" href="X10D.Text.MarkdownExtensions.html#X10D_Text_MarkdownExtensions_MDItalic_System_String_System_Boolean_">MDItalic(String, Boolean)</a> and pass <span class="xref">true</span> as the second argument.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDItalic_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDItalic(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L113">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDItalic_" data-uid="X10D.Text.MarkdownExtensions.MDItalic*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDItalic_System_String_System_Boolean_" data-uid="X10D.Text.MarkdownExtensions.MDItalic(System.String,System.Boolean)">MDItalic(String, Boolean)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as italics, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDItalic(this string value, bool useUnderscores)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with italics.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">useUnderscores</span></td>
<td><p>Whether to use underscores instead of asterisks for italicizing.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDLink_System_Nullable_System_String__System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDLink(System.Nullable%7BSystem.String%7D%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L130">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDLink_" data-uid="X10D.Text.MarkdownExtensions.MDLink*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDLink_System_Nullable_System_String__System_String_" data-uid="X10D.Text.MarkdownExtensions.MDLink(System.Nullable{System.String},System.String)">MDLink(Nullable&lt;String&gt;, String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a link, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDLink(this string? label, string url)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">label</span></td>
<td><p>The label to use for the link.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">url</span></td>
<td><p>The URL to link to.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDLink_System_Nullable_System_String__Uri_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDLink(System.Nullable%7BSystem.String%7D%2CUri)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L147">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDLink_" data-uid="X10D.Text.MarkdownExtensions.MDLink*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDLink_System_Nullable_System_String__Uri_" data-uid="X10D.Text.MarkdownExtensions.MDLink(System.Nullable{System.String},Uri)">MDLink(Nullable&lt;String&gt;, Uri)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a link, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDLink(this string? label, Uri url)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">label</span></td>
<td><p>The label to use for the link.</p>
</td>
</tr>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">url</span></td>
<td><p>The URL to link to.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDLink_Uri_System_Nullable_System_String__.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDLink(Uri%2CSystem.Nullable%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L164">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDLink_" data-uid="X10D.Text.MarkdownExtensions.MDLink*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDLink_Uri_System_Nullable_System_String__" data-uid="X10D.Text.MarkdownExtensions.MDLink(Uri,System.Nullable{System.String})">MDLink(Uri, Nullable&lt;String&gt;)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as a link, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDLink(this Uri url, string? label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">url</span></td>
<td><p>The URL to link to.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">label</span></td>
<td><p>The label to use for the link.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDStrikeOut_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDStrikeOut(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L180">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDStrikeOut_" data-uid="X10D.Text.MarkdownExtensions.MDStrikeOut*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDStrikeOut_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDStrikeOut(System.String)">MDStrikeOut(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as striked out, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDStrikeOut(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with strikeout.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Text_MarkdownExtensions_MDUnderline_System_String_.md&amp;value=---%0Auid%3A%20X10D.Text.MarkdownExtensions.MDUnderline(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Text/MarkdownExtensions.cs/#L196">View Source</a>
</span>
<a id="X10D_Text_MarkdownExtensions_MDUnderline_" data-uid="X10D.Text.MarkdownExtensions.MDUnderline*"></a>
<h4 id="X10D_Text_MarkdownExtensions_MDUnderline_System_String_" data-uid="X10D.Text.MarkdownExtensions.MDUnderline(System.String)">MDUnderline(String)</h4>
<div class="markdown level1 summary"><p>Formats the specified text as underlined, using Markdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string MDUnderline(this string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td><p>The value to surround with underline.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>The formatted text.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="copyright-footer">
<span>&#169; Singulink. All rights reserved.</span>
</div>
</main>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
<script type="text/javascript" src="../styles/jquery.twbsPagination.js"></script>
<script type="text/javascript" src="../styles/url.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/singulink.js"></script>
<script type="text/javascript" src="../styles/main.js"></script> </body>
</html>