Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
telling a markdown link to not be rewritten
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chris.wint...@gmail.com  
View profile  
 More options Apr 20 2012, 2:18 pm
From: chris.wint...@gmail.com
Date: Fri, 20 Apr 2012 11:18:18 -0700 (PDT)
Local: Fri, Apr 20 2012 2:18 pm
Subject: telling a markdown link to not be rewritten

I have a separate document in markdown with a list of links, like this:

* [General JavaScript notes](js_general.html)
* [Client-side Templating](client_side_templating.html) also see
  <a href="file://doc-files/20120413_client_side_templating.pdf">notes from
code review</a>

The links to the other markdown docs get rewritten, but so does the link to
a PDF. I've tried using the following in both Markdown links and an HTML
link:

- A bare path reference
- A 'file://' reference (after seeing in base_helper#linkify that both
'://' and 'mailto:' links get used as-is)

But the above always looks like this:

<li><a href="file.js_general.html" title="General JavaScript Notes">General
JavaScript Notes</a></li>
<li><a href="file.client_side_templating.html" title="Client-side
Templating">Client-side Templating</a>
also see <a href="file.20120413_client_side_templating.html" title="notes
from code review">notes from code review</a></li>

What am I missing?

Thanks,

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »