Re: Leading/trailing whitespace in inline

2018-08-25 Thread Aristotle Pagaltzis
Hi Dan, * Dan [2018-08-24 15:29]: > I'm trying to document a codebase in markdown, and finding it > difficult to include links inside my code examples. If I were writing > HTML, I'd write: > > perl href="https://daringfireball.net/projects/markdown/;>Markdown.pl > input.md that’s exactly

Re: Leading/trailing whitespace in inline

2018-08-24 Thread Fletcher Penney
Dan, A few comments: 1. Probably the best way to do this in Markdown (and variants) is exactly how you did it in HTML: > perl href="https://daringfireball.net/projects/markdown/;>Markdown.pl > input.md It's more easily understood than the alternative you use, and more amenable to

Leading/trailing whitespace in inline

2018-08-24 Thread Dan
I'm trying to document a codebase in markdown, and finding it difficult to include links inside my code examples. If I were writing HTML, I'd write: perl https://daringfireball.net/projects/markdown/;>Markdown.pl input.md But, there doesn't seem to be a way to achieve this in Markdown,