Rev 14008 | Rev 16938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14008 | Rev 14436 | ||
---|---|---|---|
Line 114... | Line 114... | ||
114 | rg_=!nonempty lines $rg_ |
114 | rg_=!nonempty lines $rg_ |
115 | !! due to , in math mode for example |
115 | !! due to , in math mode for example |
116 | rg_tmp=!items2lines $rg_ |
116 | rg_tmp=!items2lines $rg_ |
117 | rg_tmp=!replace internal , by , in $rg_tmp |
117 | rg_tmp=!replace internal , by , in $rg_tmp |
118 | rg_tmp=!lines2items $rg_tmp |
118 | rg_tmp=!lines2items $rg_tmp |
- | 119 | !if ?analyze isin $(rg_tmp[1]) |
|
- | 120 | rg_tmp=!item 2 to -1 of $rg_tmp |
|
- | 121 | !endif |
|
119 | rg_=!line 1 of $rg_ |
122 | rg_=!line 1 of $rg_ |
120 | !if $(replytype$k)=imgcomp |
123 | !if $(replytype$k)=imgcomp |
121 | rg_=!item 2 to -1 of $rg_ |
124 | rg_=!item 2 to -1 of $rg_ |
122 | rg_=!nospace $rg_ |
125 | rg_=!nospace $rg_ |
123 | rg_=!replace , by " />,<img src="$imagedir/ in <img src="$imagedir/$rg_" /> |
126 | rg_=!replace , by " />,<img src="$imagedir/ in <img src="$imagedir/$rg_" /> |