Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url not being displayed in line block (conversion to html) #711

Closed
uvtc opened this issue Jan 21, 2013 · 1 comment
Closed

url not being displayed in line block (conversion to html) #711

uvtc opened this issue Jan 21, 2013 · 1 comment

Comments

@uvtc
Copy link

uvtc commented Jan 21, 2013

Using Pandoc 1.10.0.1, given this input file:

% Foo Doc

Hi.

| name: Foo
| web: <http://www.example.com>

Bye.

and converting to html via pandoc -s -o foo.html foo.txt, the url is not displayed in the output. Output of the line block is:

<p>name: Foo<br />web: <http://www.example.com></p>
@jgm
Copy link
Owner

jgm commented Jan 21, 2013

Workaround, til I fix this: put a space after the autolink.

+++ John Gabriele [Jan 20 13 19:32 ]:

Using Pandoc 1.10.0.1, given this input file:
% Foo Doc

Hi.

| name: Foo
| web: http://www.example.com

Bye.

and converting to html via pandoc -s -o foo.html foo.txt, the url is
not displayed in the output. Output of the line block is:

name: Foo
web:

--
Reply to this email directly or [1]view it on GitHub.
[xJAuenYDiIoVt3LF3y6848DAslDCyjnQ6q-QyN4VMN-joEikq_aPopDgZUX6x89B.gif]

References

  1. url not being displayed in line block (conversion to html) #711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants