public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "S. Manning" <scriptor-aFO/2INALiozYggVrLCuDg@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Identify lists (<ul> and <ol> tags)
Date: Mon, 12 Apr 2021 23:40:09 -0700	[thread overview]
Message-ID: <8752d80b96c1f013cd65fc0798b8d5d9@ageofdatini.info> (raw)
In-Reply-To: <CADAJKhAj+w8fVs34n-NT_1-KGKpG1wessNp8V3+OtaTfC9g6Cg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Could you explain?  Do you mean add a div as inline HTML around the list 
written in Markdown syntax, or do some versions of Markdown have a 
Markdown annotation that is equivalent to a HTML div?

It seems to me that often encoding something as HTML is just as quick 
and pretty as encoding it slightly differently as Markdown.  I am not 
familiar with versions of Markdown with this 'identifier' syntax.

Sean

On 2021-04-12 01:01, BPJ wrote:
> You can always wrap the list in a div with attributes and then use a
> child selector in your CSS:
> 
> ``````markdown
> 
> ::: {#my-list}
> 
> -   This
> -   That
> 
> :::
> ``````
> 
> ``````css
> div#my-list ul {
>   /* Put your style here */
> }
> ``````
> 
> Not the most concise or pretty HTML or CSS imaginable but it works!
> 
> On occasion I have used Mojo::DOM[^1] to post-process such HTML to
> actually attach the attributes to the contained element and remove the
> div or span, but its mostly overkill unless you have to adapt to some
> existing common CSS, since hardly anyone will look at your HTML source
> or CSS anyway.
> 
> [^1]: https://metacpan.org/pod/Mojo::DOM
> 
> Den mån 12 apr. 2021 09:47Bücherregal Domi <gamezaerza-Re5JQEeQqe8@public.gmane.orgm>
> skrev:
> 
>> Hello, is there a way to use HTML identifiers with lists? Something
>> like
>> 
>> ``` markdown
>> {#id_string}
>> - item
>> - item
>> 
>> ```
>> 
>> This would allow to identify different lists in the Markdown file,
>> and it would also allow different CSS styles to be applied to each
>> list. This type of identification already exists for headers, spans,
>> etc.
>> 
>> --
>> 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/0a5fdf61-8f1e-4f11-b392-7838729d63cen%40googlegroups.com
>> [1].
> 
>  --
> 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/CADAJKhAj%2Bw8fVs34n-NT_1-KGKpG1wessNp8V3%2BOtaTfC9g6Cg%40mail.gmail.com
> [2].
> 
> 
> Links:
> ------
> [1] 
> https://groups.google.com/d/msgid/pandoc-discuss/0a5fdf61-8f1e-4f11-b392-7838729d63cen%40googlegroups.com?utm_medium=email&amp;utm_source=footer
> [2] 
> https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhAj%2Bw8fVs34n-NT_1-KGKpG1wessNp8V3%2BOtaTfC9g6Cg%40mail.gmail.com?utm_medium=email&utm_source=footer

-- 
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/8752d80b96c1f013cd65fc0798b8d5d9%40ageofdatini.info.


  parent reply	other threads:[~2021-04-13  6:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  7:46 Bücherregal Domi
     [not found] ` <0a5fdf61-8f1e-4f11-b392-7838729d63cen-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-04-12  8:01   ` BPJ
     [not found]     ` <CADAJKhAj+w8fVs34n-NT_1-KGKpG1wessNp8V3+OtaTfC9g6Cg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-04-12 10:04       ` Albert Krewinkel
     [not found]         ` <878s5nddiu.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2021-04-12 13:47           ` Bücherregal Domi
2021-04-13  6:40       ` S. Manning [this message]
     [not found]         ` <8752d80b96c1f013cd65fc0798b8d5d9-aFO/2INALiozYggVrLCuDg@public.gmane.org>
2021-04-13  7:29           ` Matt Jolly
2021-04-14 14:36           ` Bücherregal Domi

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=8752d80b96c1f013cd65fc0798b8d5d9@ageofdatini.info \
    --to=scriptor-afo/2inaliozyggvrlcudg@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).