Markers (Markup Language)
| Original author(s) | Miguel Aguiar[1] |
|---|---|
| Developer(s) | The Markers Foundation |
| Initial release | January 6, 2025 |
| Written in | Haskell[2] |
| Engine | |
| Type | lightweight markup language |
| License | MIT License |
| Website | Official website |
Search Markers (Markup Language) on Amazon.
Markers is a lightweight markup language and document generator software used for academic and documentation purposes.[3] Markers is free software licensed under the MIT License. Its parser is written in the Haskell functional programming language.
Markers allows for creating and converting its content into various other formats, such as HTML, Markdown, Wikitext, LaTeX; as well as creating files in academic formats such as the Brazilian National Standards Organization norm.[4]
Examples of Syntax
| Example in HTML/CSS | Markers | Output |
|---|---|---|
<strong>bolded text</strong> or
|
(b)bolded text(/b)
|
bolded text |
<em>italic text</em>
|
(i)italic text(/i)
|
italic text |
<span style="text-decoration: underline;">underlined text</span>
|
(u)underlined text(/u)
|
underlined text |
<s>crossed text</s>
|
(c)crossed text(/c)
|
|
<a href="https://en.wikipedia.org">English Wikipedia</a>
|
(link | https://en.wikipedia.org)English Wikipedia(/link)
|
English Wikipedia |
<img src="Example.png" alt="This is just an example" />
|
(img | Example.png)This is just an example(/img)
|
|
<code>monospaced text</code>
|
(k)monospaced text(/k)
|
monospaced text
|
<pre>code block</pre>
|
(code)code block(/code)
|
code block
|
<span style="color:#FF00FF;">Text in fuchsia</span>
|
(color | #FF00FF)Text in fuchsia(/color)
|
Text in fuchsia |
<details>
<summary>Title</summary>
<div>
This is a list.
</div>
</details>
|
(>> | Title)
This is a list
(/>>) |
See also
References
- ↑ [1]
- ↑ https://themarkersfoundation.github.io/
- ↑ "Fatec Rubens Lara - Aluno de ADS cria linguagem de marcação com Haskell". Fatec Baixada Santista - Rubens Lara (in português). Retrieved 2025-03-24.
- ↑ "Markers Changelogs". themarkersfoundation.github.io. Retrieved 2025-03-14.
External Links
This article "Markers (Markup Language)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Markers (Markup Language). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
