Meltdown 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Meltdown --version 2.0.1
NuGet\Install-Package Meltdown -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Meltdown" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meltdown --version 2.0.1
#r "nuget: Meltdown, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Meltdown as a Cake Addin
#addin nuget:?package=Meltdown&version=2.0.1

// Install Meltdown as a Cake Tool
#tool nuget:?package=Meltdown&version=2.0.1

Meltdown V2.0.1

A simple to code and use Markup language making much use of brackets.

The key point is to bracket the text that is to be formatted. Also, some line based content is simple to annotate with some characters at the start of the line.

Schema

Format Markup Notes
Bold [[text]]
Italics ((text))
UnderLine {{text}}
Bold-Italics [(text)] Order does matter
Bold-Underline [{text}] Order does matter
Italics-Underline ({text}) Order does matter
Bold-Italics-Underline [({text})] Order does matter
Font Color ((color name|text))
Links <<url>>
,, <<link text|url>>
Heading [[n]] at start of line where n=1..9 eg [[2]]Heading Level 2
Bullet List -space or -tab at start of line Only one level of list
List Multilevel ((n)) at start of line where n=1..9
Table ((T)) at start of each line Table Header row. Headings are Csv list.
,, ((t)) at start of each line Table Data row. Cells are a Csv list

Also

Markdown syntax for web links and for headings is also supported.

This version: Package is now Release rather than Debug. Icon added.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 277 12/27/2021
2.1.1 244 12/21/2021
2.1.0 233 12/12/2021
2.0.1 222 12/2/2021
2.0.0 236 12/1/2021

First release.