

If you’re using Reddit’s new interface on desktop, you likely won’t need to use Markdown as the interface has a visual editor. However, this piece will be focused on formatting options that frequent Reddit users will find most useful. If you’re interested in learning more about the language, you can check out our Guide to Markdown. However, they have various options that will enable you to add formatting to your content thanks to Markdown, a markup language that applies text formatting to the content on a web page.Ĭompared to other text formatting languages, Markdown is well known for being straightforward, easy-to-use, and intuitive, even for new users. Reddit only allows you to use text in the body of posts and comments. Reddit is the largest discussion board on the internet, with millions of active users and thousands of subreddits.
#How to strikethrough text reddit how to#
Here’s how to apply text formatting to level up your Reddit experience. TextBlock3.If you’re a frequent Reddit user, you may have noticed others using formatting options on their posts. MyPen.Brush = New LinearGradientBrush(Colors.Yellow, Colors.Red, New Point(0, 0.5), New Point(1, 0.5)) ' Create a linear gradient pen for the text decoration. ' Use a linear gradient pen for the underline text decoration. TextBlock3.TextDecorations = m圜ollection MyPen.Brush = new LinearGradientBrush(Colors.Yellow, Colors.Red, new Point(0, 0.5), new Point(1, 0.5)) Create a linear gradient pen for the text decoration. Private void SetLinearGradientUnderline() Use a linear gradient pen for the underline text decoration. ' Set the underline decoration to a TextDecorationCollection and add it to the text block.ĭim m圜ollection As New TextDecorationCollection() MyUnderline.PenThicknessUnit = TextDecorationUnit.FontRecommended MyUnderline.Pen = New Pen(Brushes.Red, 1) ' Create a solid color brush pen for the text decoration. ' Use a Red pen for the underline text decoration. TextBlock2.TextDecorations = m圜ollection TextDecorationCollection m圜ollection = new TextDecorationCollection() Set the underline decoration to a TextDecorationCollection and add it to the text block. MyUnderline.Pen = new Pen(Brushes.Red, 1)

Create a solid color brush pen for the text decoration. TextDecoration myUnderline = new TextDecoration() Use a Red pen for the underline text decoration. TextBlock1.TextDecorations = TextDecorations.Strikethrough ' Set the underline decoration directly to the text block. ' Use the default font values for the strikethrough text decoration. Set the underline decoration directly to the text block. Use the default font values for the strikethrough text decoration.
