public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* How to convert URLS in markdown to be active links?
@ 2023-03-25 12:54 CR
       [not found] ` <c4462894-30c6-411d-b279-0300a77dbbe8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: CR @ 2023-03-25 12:54 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 979 bytes --]

I have Pandoc 2.7.x. I have a markdown file with .md extension. I have 100+ 
URLS in this markdown file that are plain like this: https://google.com

When I convert my .md file to html the links are not made into clickable 
links. Here's my pandoc command line: 
%pandoc% --standalone --self-contained --toc --number-sections 
--from=markdown_mmd+backtick_code_blocks+yaml_metadata_block+line_blocks+auto_identifiers+fancy_lists+startnum+link_attributes 
 --to=html -o %outfile% fallout4.md

How do I get my links to be clickable in the output html file? 

Thank you!

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c4462894-30c6-411d-b279-0300a77dbbe8n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1357 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to convert URLS in markdown to be active links?
       [not found] ` <c4462894-30c6-411d-b279-0300a77dbbe8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2023-03-25 16:28   ` Albert Krewinkel
  0 siblings, 0 replies; 2+ messages in thread
From: Albert Krewinkel @ 2023-03-25 16:28 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


CR <chuckr69-Wuw85uim5zDR7s880joybQ@public.gmane.org> writes:

> I have Pandoc 2.7.x. I have a markdown file with .md extension. I
> have 100+ URLS in this markdown file that are plain like this: https:
> //google.com
>
> When I convert my .md file to html the links are not made into
> clickable links. Here's my pandoc command line: 
>
> [...]
>
> How do I get my links to be clickable in the output html file?

Either wrap the links in angular brackets `<https://example.com>` or
enable the `+autolink_bare_uris` Markdown extension.


-- 
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/87jzz4ztba.fsf%40zeitkraut.de.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-25 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 12:54 How to convert URLS in markdown to be active links? CR
     [not found] ` <c4462894-30c6-411d-b279-0300a77dbbe8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-25 16:28   ` Albert Krewinkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).