Warning, /sdk/cutehmi/doc/filters/input.sed is written in an unsupported language. File is not indexed.

0001 # Dirty expression that appends `index.html` to Markdown links which end with
0002 # slash (/). This is required for offline documentation. Web browser won't load
0003 # `index.html` without the aid of HTTP.
0004 s/\(\[[[:alnum:][:blank:]\/.:_@#-]*\]([[:alnum:]\/.:_@#-]*\/\)\()\)/\1index.html\2/g
0005 
0006 # Blacklist CuteHMI autolinks (confused with CuteHMI namespace). It should not
0007 # replace strings like "CuteHMI::Class" or "CuteHMI.Component".
0008 s/\bCuteHMI[[:punct:]]*[[:space:]]/%&/g
0009 s/\bCuteHMI[[:punct:]]*$/%&/g
0010