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-/JYPxA39Uh5TLH3MbocFFw@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.