Text with Instructions (.texti) - Structured Documents in Text with Formatting Conventions

Text with Instructions (.texti) @ GitHub

Text with Instructions (.texti) Samples

Article - Markup language

.texti Source:

(Auto-)Generated Formats:

(Source: Markup language @ Wikipedia, Wikimedia Markup Source Text)

What’s different?

Text with Instructions (.texti) Compared to Wikipedia Markup

(Inline) References


[^1|{{MerriamWebsterDictionary|markup language}}]

-or-

[^2|Michael Downes. [http://www.ams.org/notices/200211/comm-downes.pdf "TEX and LATEX 2e"]]

-or-

[^3|{{cite web
  |last=Bray|first=Tim|authorlink=Tim Bray
  |url=http://www.tbray.org/ongoing/When/200x/2003/04/09/SemanticMarkup#p-1
  |title=On Semantics and Markup, Taxonomy of Markup
  |website=www.tbray.org/ongoing
  |date=9 April 2003
  |access-date=9 July 2015}}]

Note: The number e.g. ^1 is “symbolic”, that is, it’s a placeholder - you can write ^1 ^1 ^1 as often as you like (when generated references will get auto-numbered).

vs


<ref>{{MerriamWebsterDictionary|markup language}}</ref>

-or-

<ref>Michael Downes. [http://www.ams.org/notices/200211/comm-downes.pdf "TEX and LATEX 2e"]</ref>

-or-

<ref>{{cite web|last=Bray|first=Tim|authorlink=Tim Bray
|url=http://www.tbray.org/ongoing/When/200x/2003/04/09/SemanticMarkup#p-1
|title=On Semantics and Markup, Taxonomy of Markup
|website=www.tbray.org/ongoing
|date=9 April 2003
|access-date=9 July 2015}}</ref>

Inline Code

An example of descriptive markup would be HTML's `<cite>` tag.

-or-

The codes `h1`, `p`, and `em` are examples of semantic markup.

vs

An example of descriptive markup would be HTML's <code>&lt;cite></code> tag.

-or-

The codes <code>h1</code>, <code>p</code>, and <code>em</code> are examples of semantic markup.