Skip to content
msollami edited this page Feb 27, 2012 · 2 revisions

Background

About Chromatic

Foo

Bar

Baz

Foo bar baz

Ruled italic heading

  • A bullet point

Some italic text goes here and some more text

And here we have some inlineCode[3, 4, 5 + x^2] code

Foo[bar_] := bar * 5;
Foo[bar_, True] := None;
PreprocessBoxes[boxes_] :=
ReplaceRepeated[boxes,
{
RowBox[{(*, RowBox[{tag, :,  , name_}], *)}] :>
($tag = name; EatMe),
EatMe ⇾ Sequence[],
s_String :> StringReplace[s, ⇾ ⇾ ->]
}];

Some more text with some inline code yeah!

Clone this wiki locally