An open API service indexing awesome lists of open source software.

https://github.com/jdsherbert/markup-language-reference

This is a list of Markup language syntax. Markup languages are used for structuring, organizing, and formatting data and documents. They provide a way to describe the structure and presentation of information, making it easier for both humans and machines to interpret and process the content.
https://github.com/jdsherbert/markup-language-reference

json sgml xml yaml

Last synced: about 1 month ago
JSON representation

This is a list of Markup language syntax. Markup languages are used for structuring, organizing, and formatting data and documents. They provide a way to describe the structure and presentation of information, making it easier for both humans and machines to interpret and process the content.

Awesome Lists containing this project

README

          

![image](https://github.com/JDSherbert/Markup-Language-Reference/assets/43964243/3a87f97e-ef79-40fb-95b7-f43b375c90a7)

# Markup-Language-Reference





Stars Badge
Forks Badge
Watchers Badge
Issues Badge



-----------------------------------------------------------------------

## XML

More available here:
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags

| Tag | Description |
|-----------------|------------------------------------------------------------------------------|
| `` | Specifies the author or authors of the code element. |
| `` | Formats a block of code or code snippet. |
| `` | Formats inline code or code snippets. |
| `` | Provides an example usage or demonstration of the code element. |
| `` | Describes the exceptions that a method can throw. |
| `` | Creates a list item in a bulleted or numbered list. |
| `` | Describes a parameter of a method or constructor. |
| `` | Represents a paragraph of text. |
| `` | Provides additional remarks or details about the code element. |
| `` | Describes the return value of a method. |
| `` | Creates a link to another code element or external resource. |
| `` | Provides a cross-reference to related code elements or external resources. |
| `` | Indicates the version or date since when the code element has been available.|
| `` | Provides a summary or description of the code element. |
| `` | Describes a type parameter of a generic method or class. |
| ``| Creates a reference to a type parameter in the documentation. |
| `` | Describes the value of a property. |

## SGML

More available here:
https://validator.w3.org/docs/sgml.html

| Tag | Description |
|------------|-----------------------------------------------|
| `` | Defines the Document Type Declaration (DTD) |
| `` | Defines an element or tag in the markup |
| `` | Defines an entity representing a character or text |
| `` | Specifies attributes and their values for an element |
| `` | Represents a comment within the markup |
| `` | Provides processing instructions |
| `` | Marks a section of unparsed character data |
| `` | Represents a link or reference to another resource |
| `

` | Defines a paragraph of text |
| `

` | Represents the head section of a document |
| `` | Specifies the title of a document |
| `` | Represents the body section of a document |
| `` | Specifies an image element |
| `` | Defines a table structure |
| `` | Represents a table row |
| `` | Represents a table cell |
| `
    ` | Represents an ordered (numbered) list |
    | `