public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "Pablo Rodríguez" <oinos-S0/GAf8tV78@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: help filtering links
Date: Sun, 12 Mar 2023 19:07:04 +0100	[thread overview]
Message-ID: <b5007e61-547d-7661-530b-a3ef6ef19b20@web.de> (raw)

Dear list,

I want to start to move from Markdown to CommonMark (extended for pandoc).

I would like to be able to format three types of links, such as in:

```
# intro

as said in [intro]

<https://pandoc.org>

[this is another link](https://another.link)
```

The first one would be an internal section link, the second one would be
an autogenerated link.

I think that a Lua filter could help to add a "section-link" class to
the first kind of link and an "auto-link" class to the second kind of link.

I’m afraid I have checked
https://github.com/orgs/pandoc-ext/repositories (and even
https://github.com/pandoc/lua-filters), but having no real coding
experience, I don‘t know how to write what I think it might be a
relatively simple filter.

Could anyone be so kind to help?

Many thanks in advance,

Pablo

-- 
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/b5007e61-547d-7661-530b-a3ef6ef19b20%40web.de.


             reply	other threads:[~2023-03-12 18:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-12 18:07 Pablo Rodríguez [this message]
     [not found] ` <b5007e61-547d-7661-530b-a3ef6ef19b20-S0/GAf8tV78@public.gmane.org>
2023-03-12 20:36   ` AW: " denis.maier-NSENcxR/0n0
2023-03-13 13:13   ` Albert Krewinkel
     [not found]     ` <878rg07pwn.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-03-13 15:19       ` Pablo Rodríguez
     [not found]         ` <c55f1066-db3d-aa64-b90f-36f7050ad2ed-S0/GAf8tV78@public.gmane.org>
2023-03-13 15:40           ` Albert Krewinkel
     [not found]             ` <874jqo7j27.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-03-13 16:21               ` Pablo Rodríguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b5007e61-547d-7661-530b-a3ef6ef19b20@web.de \
    --to=oinos-s0/gaf8tv78@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).