[Bug 1119711] New: 2nd and 3rd level bulleted lists do not get a proper bullet symbol

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 15 10:37:43 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1119711

            Bug ID: 1119711
           Summary: 2nd and 3rd level bulleted lists do not get a proper
                    bullet symbol
           Product: Fedora
           Version: 20
         Component: pandoc
          Assignee: petersen at redhat.com
          Reporter: bexelbie at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: haskell-devel at lists.fedoraproject.org,
                    petersen at redhat.com



Created attachment 918117
  --> https://bugzilla.redhat.com/attachment.cgi?id=918117&action=edit
Picture of the broken bullets in Libre Office Writer

Description of problem:

When converting to ODT from Markdown and HTML, second and third level bullets
in a bulleted list are the "missing symbol" symbol.

Version-Release number of selected component (if applicable):

On Fedora 20:
  pandoc 1.12.3.3
  Compiled with texmath 0.6.6.1, highlighting-kate 0.5.6.


How reproducible:

Always

Steps to Reproduce:
1. Create this markdown document

foo.md
--
* Level 1 OK
    * Level 2 broken
        * Level 3 broken
            * Level 4 OK
--

2. Execute:

pandoc -f markdown -t odt -o foo.odt foo.md

3. Open foo.odt in Libre Office Writer

Actual results:

Messed up bullets (see image)

Expected results:

Proper Bullets

Additional info:

This does not seem to be a problem with reference.odt.  The style settings
there all appear OK.  My best guess is that pandoc is forcing either a font or
bullet symbol that isn't shipped on Fedora and is overriding the default
styling in reference.odt.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aGV1Z1to6a&a=cc_unsubscribe


More information about the haskell-devel mailing list