-
Notifications
You must be signed in to change notification settings - Fork 1
Home
msollami edited this page Feb 27, 2012
·
2 revisions
Baz
Foo bar baz
- 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!