• Lexical
Show / Hide Table of Contents
  • Lexical.FileSystem
    • Introduction
    • Abstractions
      • IFileSystem
        • IFileSystem
        • IFileSystemBrowse
        • IFileSystemCreateDirectory
        • IFileSystemDelete
        • IFileSystemFileAttribute
        • IFileSystemMount
        • IFileSystemMove
        • IFileSystemObserve
        • IFileSystemOpen
      • IEvent
      • IEntry
      • IOption
      • IToken
    • FileSystem
    • VirtualFileSystem
    • MemoryFileSystem
    • EmbeddedFileSystem
    • HttpFileSystem
    • Decoration
    • IFileProvider
    • Utility
      • DisposeList
      • FileScanner
      • VisitTree
      • File Operation
  • Lexical.FileProvider
    • Introduction
    • Package
    • Package.Abstractions
    • Root
    • Zip
    • Dll
    • SharpCompress
    • SharpZipLib
    • FileScanner
    • Utils
  • Lexical.Localization
    • Introduction
    • Tutorial
    • Asset
      • IAsset
      • IStringAsset
    • Line
      • ILine
      • ILineFactory
      • ILineRoot
      • ILineFormat
      • ILineLogger
      • LineComparer
    • File
      • ILineReader
      • ILineWriter
      • Ini
      • Json
      • Xml
      • Resx
      • Resources
    • Miscellaneous
      • Plurality
      • ICulturePolicy
      • IStringFormat
      • Dependency Injection
    • Practices
      • Class Library
      • Class Library DI
      • Class Library DI opt.
  • Lexical.Utilities
    • Introduction
    • UnicodeString
    • FileScanner
    • Permutation
    • Tuples
    • StructList

Link Cheat Sheet. Link DocFX Flavored Markdown.

Reference Link 1

text

Emphasis, aka italice, aka cite

Strong emphasis, bold, double asterisks or double underscore.

StrikeThrough

Paragraph separated by newlines.

Header 1

Header 2

Header 3

Header 4

Header 1

Header 2

This list list:

  1. First item
  2. Second Item
    • Unordered Item
    • Another item
  3. 100th item

Another list uses minuses (-)

  • hei
  • hoi

This list uses plusses (+)

  • hei
  • hoi

Inlined code

List<int> myList = new List<int>();

Tables

Column1 Column2 Column3
Hello center right

Collapsible

Your header here! (Click to expand) Your content here... > markup like blockquote's should even work on github! more content here...
Tip

Note

Warning

Introductions

Refer to Markdown for how to write markdown files.

Quick Start Notes:

  1. Add images to the images folder if the file is referencing an image.

Collapse Test

Your header here! (Click to expand) Your content here... > markup like blockquote's should even work on github! more content here...

Note Test

Note Test

Note

This is my important note!

Warning Test

Warning

Danger Will Robinson.

Tip Test

Tip

Live it.

Tab Group Test

Tab group 1:

  • Tab Text 1
  • Tab Text 2

Tab content-1-1.

Tab content-2-1.

Tab group 2:

  • Tab Text A
  • Tab Text B

Tab content-a-1.

Tab content-b-1.

Tab group 3:

  • Tab Text 1
  • Tab Text 2

Tab content-1-1.

Tab content-2-1.

Tab group 4:

  • Tab Text A
  • Tab Text B

Tab content-a-2.

Tab content-b-2.

Back to top Copyright © 2015-2020 Toni Kalajainen