This is an example of markdown content rendered in Term.jl.
You can use markdown syntax to make words {bold}bold{/bold} and {italic}italic{/italic}
or insert {#FFF59D italic}`{/#FFF59D italic}[38;2;222;222;222mliterals[39m{#FFF59D italic}`{/#FFF59D italic}.[0m

You markdown can include in-line latex {#FFF59D italic}ŁaTeX  frac{{1}}{{2}}{/#FFF59D italic} and
maths in a new line too:[0m


     {#FFF59D italic}f(a) = \frac{1}{2\pi}\int_{0}^{2\pi} (\alpha+R\cos(\theta))d\theta{/#FFF59D italic}{/0}{/1}
[0m

You can also have links: {white bold}Julia{/white bold} {dim}(http://www.julialang.org){/dim}
and footnotes {#9aacdb}[1]{/#9aacdb} for your content {#9aacdb}[named]{/#9aacdb}.[0m

And, of course, you can show some code too:[0m

    [0m[37m[48;2;32;32;32m┌──────────────────────────────────────────────┐[39m[49m[0m
    [37m[48;2;32;32;32m│[39m[49m[48;2;32;32;32m  [49m[48;2;32;32;32m[38;2;122;147;245mfunction[39m[38;2;222;222;222m [39m[38;2;232;212;114msay_hi[39m[38;2;227;136;100m([39m[38;2;222;222;222mx[39m[38;2;227;136;100m)[39m[38;2;222;222;222m      [49m[48;2;32;32;32m                  [49m[48;2;32;32;32m  [49m[37m[48;2;32;32;32m│[39m[49m
    [37m[48;2;32;32;32m│[39m[49m[48;2;32;32;32m  [49m[48;2;32;32;32m    [39m[38;2;232;212;114mprint[39m[38;2;227;136;100m([39m[38;2;80;173;95m"Hello World"[39m[38;2;227;136;100m)[39m[38;2;222;222;222m[49m[48;2;32;32;32m                  [49m[48;2;32;32;32m  [49m[37m[48;2;32;32;32m│[39m[49m
    [37m[48;2;32;32;32m│[39m[49m[48;2;32;32;32m  [49m[48;2;32;32;32m[39m[38;2;122;147;245mend[39m                     [49m[48;2;32;32;32m                  [49m[48;2;32;32;32m  [49m[37m[48;2;32;32;32m│[39m[49m
    [37m[48;2;32;32;32m└──────────────────────────────────── [0mjulia[37m[48;2;32;32;32m ───┘[39m[49m[0m[39m[49m[37m[48;2;32;32;32m[37m[48;2;32;32;32m[0m

[2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━[0m[22m

You can use "quotes" to highlight a section:[0m

  [38;2;90;116;242m>[39m [37m“[39mMulti-line quotes can be helpful to make a  paragraph 
  [2m[38;2;90;116;242m┃[22m[39m[0m  stand out, so that users                              
  [2m[38;2;90;116;242m┃[22m[39m[0m won't miss it! You can use [1mother inline syntax[22m in      
  [2m[38;2;90;116;242m┃[22m[39m[0m you [3m[38;2;255;245;157m`[23m[39m[38;2;222;222;222mquotes[39m[3m[38;2;255;245;157m`[23m[39m too.[0m[37m”[39m[0m                                     

but if you really need to grab someone's attention, use
admonitions:[0m

    [2m[34m╭──── [22m[34mNote[0m[22m[39m[2m[34m[2m[34m ────────────────────────────────────────╮[22m[39m[0m[22m[39m
    [2m[34m│[22m[39m  You can use different levels[0m                    [2m[34m│[22m[39m
    [0m[2m[34m╰──────────────────────────────────────────────────╯[22m[39m[0m[0m

    [2m[38;2;255;245;157m╭──── [22m[38;2;255;245;157mWarning[0m[22m[39m[2m[38;2;255;245;157m[2m[38;2;255;245;157m ─────────────────────────────────────╮[22m[39m[0m[22m[39m
    [2m[38;2;255;245;157m│[22m[39m  to send different messages[0m                      [2m[38;2;255;245;157m│[22m[39m
    [0m[2m[38;2;255;245;157m╰──────────────────────────────────────────────────╯[22m[39m[0m[0m

    [2m[31m╭──── [22m[31mDanger[0m[22m[39m[2m[31m[2m[31m ──────────────────────────────────────╮[22m[39m[0m[22m[39m
    [2m[31m│[22m[39m  to your reader[0m                                  [2m[31m│[22m[39m
    [0m[2m[31m╰──────────────────────────────────────────────────╯[22m[39m[0m[0m

    [2m[32m╭──── [22m[32mWow![0m[22m[39m[2m[32m[2m[32m ────────────────────────────────────────╮[22m[39m[0m[22m[39m
    [2m[32m│[22m[39m  Turns out that admonitions can be pretty        [2m[32m│[22m[39m
    [2m[32m│[22m[39m  useful!                                         [2m[32m│[22m[39m
    [2m[32m│[22m[39m  What will you use them for?[0m                     [2m[32m│[22m[39m
    [0m[2m[32m╰──────────────────────────────────────────────────╯[22m[39m[0m[0m

[2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━[0m[22m

Of course you can have classic lists:[0m

{white}  • {/white}item one[0m
{white}  • {/white}item two[0m
{white}  • {/white}And a sublist:[0m
   {white}  • {/white}sub-item one[0m
   {white}  • {/white}sub-item two[0m



and ordered lists too:[0m

{bold}  1. {/bold}item one[0m
{bold}  2. {/bold}item two[0m
{bold}  3. {/bold}item three[0m


    [2m[34m╭──── [22m[34mTables[0m[22m[39m[2m[34m[2m[34m ──────────────────────────────────────╮[22m[39m[0m[22m[39m
    [2m[34m│[22m[39m  You can use the [1m[37mMarkdown table syntax[22m[39m [2m(https:[22m   [2m[34m│[22m[39m
    [2m[34m│[22m[39m  [2m//www[22m                                           [2m[34m│[22m[39m
    [2m[34m│[22m[39m  [2m.markdownguide.org/extended-sy[22m                  [2m[34m│[22m[39m
    [2m[34m│[22m[39m  [2mntax/#tables)[22m to insert tables - Term.jl will   [2m[34m│[22m[39m
    [2m[34m│[22m[39m  convert them to Table object![0m                   [2m[34m│[22m[39m
    [0m[2m[34m╰──────────────────────────────────────────────────╯[22m[39m[0m[0m

     [2m╭───────────┬──────────────┬────────────╮[22m      
     [2m│[22m[0m[1m[33m Term[0m      [22m[39m[2m│[22m[0m[1m[33m      handles[0m [22m[39m[2m│[22m[0m[1m[33m   tables[0m   [22m[39m[2m│[22m[0m      
     [2m├───────────┼──────────────┼────────────┤[22m      
     [2m│[22m[0m[22m Row [3m[38;2;255;245;157m`[23m[39m[38;2;144;202;249m1[39m[3m[38;2;255;245;157m`[23m[39m   [22m[2m│[22m[0m[22m   Column [3m[38;2;255;245;157m`[23m[39m[38;2;144;202;249m2[39m[3m[38;2;255;245;157m`[23m[39m [22m[2m│[22m[0m[22m            [22m[2m│[22m[0m      
     [2m├───────────┼──────────────┼────────────┤[22m      
     [2m│[22m[0m[22m [3mRow[23m 2     [22m[2m│[22m[0m[22m        [1mRow[22m 2 [22m[2m│[22m[0m[22m  Column [3m[38;2;255;245;157m3[23m[39m  [22m[2m│[22m[0m      
     [2m╰───────────┴──────────────┴────────────╯[22m      

[2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━[0m[22m

This is where you print the content of your foot notes:[0m

[38;2;154;172;219m[1][39m: Numbered footnote text.[0m                                

[38;2;154;172;219m[note][39m: Named footnote text containing several toplevel     
elements.[0m                                                   