public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* A couple of commonmark_x questions
@ 2023-01-20 10:20 'William Lupton' via pandoc-discuss
       [not found] ` <CAEe_xxi46PO15+rvQodwjw447CnSS8uVOPy327gE11nrAux1Vw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: 'William Lupton' via pandoc-discuss @ 2023-01-20 10:20 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 2137 bytes --]

Dear all,

I've been looking into using commonmark_x to process some large files. The
parser performance seems to be much better (because less backtracking is
required?), plus I like the 'attributes' extension.

However, I've found two strange things. The two relevant extensions should
be enabled for commonmark_x and I'm wondering whether they are in fact
restricted versions (presumably to avoid potential ambiguities).

   1. Fenced divs appear not to support trailing colons (as in "::: note
   :::")


   https://pandoc.org/try/?params=%7B%22text%22%3A%22%23+with+commonmark_x%2C+this+doesn%27t+work%5Cn%5Cn%3A%3A%3A+note+%3A%3A%3A%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%5Cn%5Cn%23+but+this+does%5Cn%5Cn%3A%3A%3A+note%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D

   2. The fancy list '#.' form appears not to work


   https://pandoc.org/try/?params=%7B%22text%22%3A%22%23.+This%5Cn%23.+doesn%27t%5Cn%23.+work.%5Cn%5Cn1.+But%5Cn2.+this%5Cn3.+does.%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D

Thanks,
William

-- 
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/CAEe_xxi46PO15%2BrvQodwjw447CnSS8uVOPy327gE11nrAux1Vw%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 3696 bytes --]

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

* Re: A couple of commonmark_x questions
       [not found] ` <CAEe_xxi46PO15+rvQodwjw447CnSS8uVOPy327gE11nrAux1Vw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2023-01-23 21:48   ` 'William Lupton' via pandoc-discuss
       [not found]     ` <CAEe_xxhP4f74uO2r-Lmo8GYKAmXqz+NX++pnYTDWkJWa=unb4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: 'William Lupton' via pandoc-discuss @ 2023-01-23 21:48 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 2351 bytes --]

Should I create GitHub issues for these questions?

On Fri, 20 Jan 2023, 10:20 William Lupton, <wlupton-QSt+ys/nuMyEUIsrzH9SikB+6BGkLq7r@public.gmane.org>
wrote:

> Dear all,
>
> I've been looking into using commonmark_x to process some large files. The
> parser performance seems to be much better (because less backtracking is
> required?), plus I like the 'attributes' extension.
>
> However, I've found two strange things. The two relevant extensions should
> be enabled for commonmark_x and I'm wondering whether they are in fact
> restricted versions (presumably to avoid potential ambiguities).
>
>    1. Fenced divs appear not to support trailing colons (as in "::: note
>    :::")
>
>
>    https://pandoc.org/try/?params=%7B%22text%22%3A%22%23+with+commonmark_x%2C+this+doesn%27t+work%5Cn%5Cn%3A%3A%3A+note+%3A%3A%3A%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%5Cn%5Cn%23+but+this+does%5Cn%5Cn%3A%3A%3A+note%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D
>
>    2. The fancy list '#.' form appears not to work
>
>
>    https://pandoc.org/try/?params=%7B%22text%22%3A%22%23.+This%5Cn%23.+doesn%27t%5Cn%23.+work.%5Cn%5Cn1.+But%5Cn2.+this%5Cn3.+does.%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D
>
> Thanks,
> William
>

-- 
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/CAEe_xxhP4f74uO2r-Lmo8GYKAmXqz%2BNX%2B%2BpnYTDWkJWa%3Dunb4g%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 4206 bytes --]

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

* Re: A couple of commonmark_x questions
       [not found]     ` <CAEe_xxhP4f74uO2r-Lmo8GYKAmXqz+NX++pnYTDWkJWa=unb4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2023-01-30 11:05       ` 'William Lupton' via pandoc-discuss
  0 siblings, 0 replies; 3+ messages in thread
From: 'William Lupton' via pandoc-discuss @ 2023-01-30 11:05 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 2663 bytes --]

I think these are just minor documentation issues. I've created
https://github.com/jgm/pandoc/issues/8590 and
https://github.com/jgm/pandoc/issues/8591. Thanks, W.

On Mon, 23 Jan 2023 at 21:48, William Lupton <wlupton-QSt+ys/nuMyEUIsrzH9SikB+6BGkLq7r@public.gmane.org>
wrote:

> Should I create GitHub issues for these questions?
>
> On Fri, 20 Jan 2023, 10:20 William Lupton, <wlupton-QSt+ys/nuMyEUIsrzH9SikB+6BGkLq7r@public.gmane.org>
> wrote:
>
>> Dear all,
>>
>> I've been looking into using commonmark_x to process some large files.
>> The parser performance seems to be much better (because less backtracking
>> is required?), plus I like the 'attributes' extension.
>>
>> However, I've found two strange things. The two relevant extensions
>> should be enabled for commonmark_x and I'm wondering whether they are in
>> fact restricted versions (presumably to avoid potential ambiguities).
>>
>>    1. Fenced divs appear not to support trailing colons (as in "::: note
>>    :::")
>>
>>
>>    https://pandoc.org/try/?params=%7B%22text%22%3A%22%23+with+commonmark_x%2C+this+doesn%27t+work%5Cn%5Cn%3A%3A%3A+note+%3A%3A%3A%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%5Cn%5Cn%23+but+this+does%5Cn%5Cn%3A%3A%3A+note%5Cn%5CnThis+is+a+note.%5Cn%5Cn%3A%3A%3A%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D
>>
>>    2. The fancy list '#.' form appears not to work
>>
>>
>>    https://pandoc.org/try/?params=%7B%22text%22%3A%22%23.+This%5Cn%23.+doesn%27t%5Cn%23.+work.%5Cn%5Cn1.+But%5Cn2.+this%5Cn3.+does.%22%2C%22to%22%3A%22html5%22%2C%22from%22%3A%22commonmark_x%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22auto%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D
>>
>> Thanks,
>> William
>>
>

-- 
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/CAEe_xxiyid89uEBmPTM9guDapXvtNYEVNmXW285D833DxOKxjQ%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 4968 bytes --]

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

end of thread, other threads:[~2023-01-30 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 10:20 A couple of commonmark_x questions 'William Lupton' via pandoc-discuss
     [not found] ` <CAEe_xxi46PO15+rvQodwjw447CnSS8uVOPy327gE11nrAux1Vw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-01-23 21:48   ` 'William Lupton' via pandoc-discuss
     [not found]     ` <CAEe_xxhP4f74uO2r-Lmo8GYKAmXqz+NX++pnYTDWkJWa=unb4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-01-30 11:05       ` 'William Lupton' via pandoc-discuss

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).