BlogManager official BlogManager official

Here Some Examples of How Texts are Converted into Webpages

How it comes out

How it is written

Some Examples

Here you can see how a simple plain text can be converted into HTML.

How to read the examples

On the left it is displayed how the text is rendered once converted into HTML, while on the right you can see the original source text.

Some Examples ============= Here you can see how a simple plain text can be converted into HTML. How to read the examples ------------------------ On the left it is displayed how the text is rendered once converted into HTML, while on the right you can see the original source text.

Lists

List Examples

  • onions
  • tomatoes
  • potatoes
  1. red
  2. blue
  3. yellow

chemicals

  1. acids:
    • citric acid
    • acetic acid
  2. bases:
    • sodium hydroxide
    • sodium bicarbonate

Lists ----- [0)List Examples:] * onions * tomatoes * potatoes 1. red 2. blue 3. yellow *chemicals* 1. acids: * citric acid * acetic acid 2. bases: * sodium hydroxide * sodium bicarbonate

Tables

Example of a table:

Products

SKU

Price €

Sofa

HM00235

525.90

Counter

CM00523

900.00

Kitchen set color yellow

KY00460

35.20

The same table, bordered, price highlighted, inserted item with empty cell:

Products

SKU

Price €

Sofa

HM00235

525.90

Counter

CM00523

900.00

Chair

n.a.

Kitchen set color yellow

KY00460

35.20

Tables ------ Example of a table: Products SKU Price € =============== ------------ --------- Sofa HM00235 525.90 . Counter CM00523 900.00 . Kitchen set color yellow KY00460 35.20 The same table, bordered, price highlighted, inserted item with empty cell: __ Products SKU Price € =============== ------------ --------- Sofa HM00235 525.90 . Counter CM00523 [5)900.00:] . Chair | |*.n.a.* . Kitchen set color yellow KY00460 35.20

Example of self coloring code

#pragma inline function myHelloWorld(bool visible) { if(visible) { print("Hello world!"); // print out text } else return false; }

<?xml version="1.0" ?> <PRJROOT versionBMG="1"> <date>2023-12-23</date> <valid /> </PRJROOT>

Example of self coloring code ----------------------------- [:c{{!!lang!!} #pragma inline function myHelloWorld(bool visible) { if(visible) { print("Hello world!"); // print out text } else return false; } } --] [:c{{!!mark!!} <?xml version="1.0" ?> <PRJROOT versionBMG="1"> <date>2023-12-23</date> <valid /> </PRJROOT> } --]

Math interpreter using LaTex alike syntax

Pythagorean theorem: xn+yn=zn

Other expressions

x2+1

f(n)={n/2ifnis even-(n+1)/2ifnis odd

Am,n=(a1,1a1,2a1,na2,1a2,2a2,nam,1am,2am,n)

Math interpreter using LaTex alike syntax ----------------------------------------- *Pythagorean theorem:* $( x^n + y^n = z^n )$ *Other expressions* :$( \sqrt{x^2 + 1} $$ :$( f(n) = {\{ \table{ n/2 & \text{if} n \text{is even} \\ -(n + 1)/2 & \text{if} n \text{is odd} }} $$ [:d.center{ $$ A_{m,n} = {( \matrix{ a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} } )} $$ } --]

Chemistry interpreter

Hg2+redI-HgI2redI-[HgIII4]2-

K=[Hg2+][Hg][Hg22+]

Zn2++2H++2OH-(OH)Zn2amphoteres Hydroxid+2H++2OH-[(OH)Zn4]2-Hydroxozikat

Chemistry interpreter --------------------- $$\ce{Hg^{2+} ->[I-][\mathrm{red}] HgI2 ->[I-][\mathrm{red}] [ Hg^{II} I4]^{2-} } $$ $$K = \ce{\frac{[ Hg^{2+} ][ Hg ]}{[ Hg2^{2+} ]}}$$ $$ \ce{Zn^{2+} <=>[+ 2OH-][+ 2H+] {Zn(OH)2 v}\substack{\text{amphoteres Hydroxid}} <=>[+ 2OH-][+ 2H+] {[Zn(OH)4]^{2-}}\substack{\text{Hydroxozikat}} }$$

Terms of use - Privacy - Legal information
Contacts
About
Sitemap

Powered by BlogManager™, Content Management for Static Websites