Skip to content

BBCode Rendering #8

Description

@PhantomShift

Iron out issues with BBCode parsing and BBCode to markdown conversion, along with other design concerns.

General issues

  • Table parsing and rendering is not present
  • Headers are too large (often used for styling)
  • "Code" blocks should simply change the font to a monospace font (often used for styling) (might not fix)
  • Leading/trailing list tags are often present
  • Users often leave spaces between tags and their content, which breaks when transferred directly to markdown
  • Tags seem to be able to span multiple lines, which needs to be taken into account

Some currently known problematic pages:

  • Music Modding System
    • New lines in second paragraph aren't displaying
    • FAQ header is on the same line as Compatibility
    • Trailing [/list] tag is visible
    • Random space in bolded "Not Implemented"
  • CODE VEIN Female Outfit Pack
    • Often makes use of tags for styling, which does not render as intended in LXCOMM

Helpful guide for BBCode formatting - https://steamcommunity.com/sharedfiles/filedetails/?id=2807121939

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions