mazurka v1.0.5 Mazurka.Mediatype.Text
Summary
Macros
Create an action block
Create an affordance block
Override the content types Mazurka.Mediatype.Text provides
Macros
Create an action block
mediatype Mazurka.Mediatype.Text do
action do
# action goes here
end
end
Create an affordance block
mediatype Mazurka.Mediatype.Text do
affordance do
# affordance goes here
end
end