freemandz / gitiles

Automatically exported from code.google.com/p/gitiles
0 stars 0 forks source link

MD->HTML translation by gittiles does't handle links to images #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Visit 
https://chromium.googlesource.com/chromium/src/+/master/net/docs/life-of-a-url-r
equest.md, 
2. Scroll down to Object Relationships and Ownership
3.

What is the expected output? What do you see instead?

I expect to see 
https://chromium.googlesource.com/chromium/src/+/master/net/docs/url_request.svg
 included inline as an image.  Instead I see a broken link icon.

What version of the product are you using? On what operating system?

I'm not sure, as I'm not sure who maintains chromium.googlesource.com; I was 
hoping this interface would get me to the right people.  If not, please let me 
know I'm barking up the wrong tree (and maybe give me a 
tree-pointer-indirection).  

Please provide any additional information below.

The markdown that generates the broken link is:

    ![Object Relationship Diagram for URLRequest lifetime](url_request.svg)

What shows up in the HTML served by googlesource is:

    <img src="data:image/gif;base64,zSoyz" alt="Object Relationship Diagram for URLRequest lifetime" />

url_request.svg is in the repository, same directory as the original Markdown.

Original issue reported on code.google.com by rdsm...@google.com on 13 Apr 2016 at 5:44