how do u import a macro in code to a post

so like i try to import or cpy and past a macro to a post and it just comes out like a bunch or lines of not what its suppose to look like take this example

Sequences[‘TOPdps’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“mine”,
SpecID=263,
Talents = “2,2,1,3,1,1,2”,
Default=1,
Icon=‘Spell_Shaman_ImprovedStormstrike’,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
},
“/castsequence [combat] Feral Spirit”,
“/castsequence [combat] Flametongue, Frostbrand, Lava Lash”,
“/castsequence Rockbiter, Rockbiter, Lava Lash”,
“/cast Rockbiter”,
PostMacro={
},
KeyRelease={
“/cast [combat] Doom Winds”,
“/cast [combat] Blood Fury”,
},
},
},
}

how do i make it look right

Sequences['TOPdps'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="mine",
SpecID=263,
Talents = "2,2,1,3,1,1,2",
Default=1,
Icon='Spell_Shaman_ImprovedStormstrike',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence [combat] Feral Spirit",
"/castsequence [combat] Flametongue, Frostbrand, Lava Lash",
"/castsequence Rockbiter, Rockbiter, Lava Lash",
"/cast Rockbiter",
PostMacro={
},
KeyRelease={
"/cast [combat] Doom Winds",
"/cast [combat] Blood Fury",
},
},
},
}

This will import, just the syntax was incorrect in your post