235 | | * Revision Logs: r1:3, [1:3] or log:branches/0.8-stable@1:3 |
236 | | * Wiki pages: CamelCase or wiki:CamelCase |
237 | | * Milestones: milestone:1.0 or milestone:"End-of-days Release" |
238 | | * Files: source:trunk/COPYING |
239 | | * Wiki Attachments: attachment:sample_attachment.txt |
240 | | * Ticket Attachments: attachment:ticket:944:attachment.1073.diff |
241 | | * A specific file revision: source:/trunk/COPYING@200 |
242 | | * A particular line of a specific file revision: source:/trunk/COPYING@200#L25 |
243 | | * A filename with embedded space: source:"/trunk/README FIRST" |
| 235 | * ... |
250 | | * Revision Logs: r1:3, [1:3] or log:branches/0.8-stable@1:3 |
251 | | * Wiki pages: CamelCase or wiki:CamelCase |
252 | | * Milestones: milestone:1.0 or milestone:"End-of-days Release" |
253 | | * Files: source:trunk/COPYING |
254 | | * Wiki Attachments: attachment:sample_attachment.txt |
255 | | * Ticket Attachments: attachment:ticket:944:attachment.1073.diff |
256 | | * A specific file revision: source:/trunk/COPYING@200 |
257 | | * A particular line of a specific file revision: source:/trunk/COPYING@200#L25 |
258 | | * A filename with embedded space: source:"/trunk/README FIRST" |
| 242 | * ... |
280 | | Urls ending with `.png`, `.gif` or `.jpg` are automatically interpreted as image links, and converted to `<img>` tags. |
281 | | |
282 | | Example: |
283 | | {{{ |
284 | | http://www.edgewall.com/gfx/trac_example_image.png |
285 | | }}} |
286 | | |
287 | | Display: |
288 | | |
289 | | http://www.edgewall.com/gfx/trac_example_image.png |
290 | | |
291 | | However, this doesn't give much control over the display mode. This way of inserting images is deprecated in favor of the more powerful `Image` macro (see WikiMacros). |
| 264 | Urls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags. |
| 265 | |
| 266 | You now have to use the ![[Image]] macro (see below). |