Jump to content

Draft:Markers (Markup Language)

From Wikipedia, the free encyclopedia
  • Comment: We'd need some independent sources. qcne (talk) 20:24, 14 March 2025 (UTC)

Markers
Original author(s)Miguel Aguiar[1]
Developer(s)The Markers Foundation
Initial releaseJanuary 6, 2025; 3 months ago (2025-01-06)
Written inHaskell[2]
Typelightweight markup language
LicenseMIT License
WebsiteOfficial website

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

[edit]
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) strikethrough text
<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

[edit]

References

[edit]
  1. ^ [1]
  2. ^ https://themarkersfoundation.github.io/
  3. ^ "Fatec Rubens Lara - Aluno de ADS cria linguagem de marcação com Haskell". Fatec Baixada Santista - Rubens Lara (in Brazilian Portuguese). Retrieved 2025-03-24.
  4. ^ "Markers Changelogs". themarkersfoundation.github.io. Retrieved 2025-03-14.
[edit]

Official website