• Resolved Erlend

    (@sadr)


    Your plugin is being tentatively used on bbpress.org. Currently the preview for list items fails to display bullets and numerical lists properly.

    I realize bbpress.org is probably at fault here, but if you could come on the forum and help us iterate through any issues we may encounter with WP-Markdown, you might very well secure your spot as the go-to rich text editor for bbPress 2 😉

    http://wordpress.org/extend/plugins/wp-markdown/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stephen Harris

    (@stephenh1988)

    Hi Erlend – do you have a link to these forum posts? I’d be happy to try and help solve any problems.

    I’ve just been onto bbPress.org – the reason for the bullets not appearing is because they have been styled not to (bbpress.css line 58):

    #bbpress-forums li {
    list-style: none;
    }

    Altering this (for say lists inside .wmd-preview say) resolves this.

    … perhaps the plug-in should force styling of the preview? But I always prefer plug-ins not to tell the theme how things should look…

    Thread Starter Erlend

    (@sadr)

    I linked to your solutions here. Since this issue is specific to bbpress.org, it’s probably best to continue this discussion there – though hopefully there’s not much more discussion necessary, heh.

    Fixed on bbPress.org. Thanks for the heads up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Markdown] Preview of list items does not work on bbpress.org’ is closed to new replies.