Commit 693019ef authored by Alessandro Rubini's avatar Alessandro Rubini

doc/infofilter: only use @example at beginning of line

parent 9b3a10cf
...@@ -7,14 +7,14 @@ s/^\\%/%/ ...@@ -7,14 +7,14 @@ s/^\\%/%/
#preserve blanks and braces in @example blocks #preserve blanks and braces in @example blocks
/@example/,/@end example/ s/{/@{/g /^@example/,/^@end example/ s/{/@{/g
/@example/,/@end example/ s/}/@}/g /^@example/,/^@end example/ s/}/@}/g
/@example/,/@end example/ p /^@example/,/^@end example/ p
/@example/,/@end example/ d /^@example/,/^@end example/ d
/@smallexample/,/@end smallexample/ s/{/@{/g /^@smallexample/,/^@end smallexample/ s/{/@{/g
/@smallexample/,/@end smallexample/ s/}/@}/g /^@smallexample/,/^@end smallexample/ s/}/@}/g
/@smallexample/,/@end smallexample/ p /^@smallexample/,/^@end smallexample/ p
/@smallexample/,/@end smallexample/ d /^@smallexample/,/^@end smallexample/ d
# remove leading blanks # remove leading blanks
s/^[ ]*// s/^[ ]*//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment