public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Duncan Mackenzie <dm746613-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Trying to convert a custom-style in docx to code block output in markdown
Date: Mon, 13 Feb 2023 18:12:54 -0800 (PST)	[thread overview]
Message-ID: <bfce99ea-7695-441e-8768-2e63727cba57n@googlegroups.com> (raw)


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

Hey folks, I've been searching on lua, Blocks, and custom-style without 
finding anyone doing exactly what I'm trying to do, but my apologies if it 
is already in here somewhere.

I'm trying to convert from docx to markdown, in such a way as to make 
writing technical content easier. One idea I had is that if in the docx you 
had 

```
this is my text
and some more
and yet another line
```

and you created a custom style in the docx called 'code', selected that 
block of 5 lines and applied the 'code' style... that using a lua filter 
you could then write out a pandoc CodeBlock.

My issue is that I'm able to see 5 Div blocks, each with the custom-style 
attribute of "code", but what I was hoping to see was a single Div with 5 
Divs inside it, or something similar... because I want to (in the filter) 
create a new CodeBlock with the 3 inner lines as the 'text' content. 

Any advice would be appreciated, thanks 

-- 
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/bfce99ea-7695-441e-8768-2e63727cba57n%40googlegroups.com.

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

                 reply	other threads:[~2023-02-14  2:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bfce99ea-7695-441e-8768-2e63727cba57n@googlegroups.com \
    --to=dm746613-re5jqeeqqe8avxtiumwx3w@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).