Bug Report Form - HTML Error

I’m having trouble submitting a bug report form. I suspect it has something to do with the markdown I used, but I’m not sure what.

System Info: Chrome 141.0.7390.77 on Windows

Repro:

  1. Create a new Bug Report
  2. Under “Problem Area”, select the category “Studio / Asset Imports”, then hit “Next”
  3. Copy this into the “Title” field:
    3D Importer - glTF baseColorFactor
  4. Copy this into “Describe the issue”:
# Description

It doesn't look like the `material.pbrMetallicRoughness.baseColorFactor` property of a glTF is preserved on import. I would expect it to map to some Part's Color property, which seems to be the case when exporting from Studio.

This isn't blocking me or anything. Just testing the feature :)

## System Information
- Version: 0.695.1.6950959 (latest)
- All plugins disabled
- Beta features enabled: UIDragDetectors, Next Gen Studio Preview, Improved UIStrokes, Improved Find All/Replace all, glTF export, Dragger QoL improvements, Assistant Mesh Generation

# Repro
1. Download the attached GLB or its equivalent glTF, which contains 1 mesh and 1 material that has a baseColorFactor of [0.8, 0, 0, 1].
2. Open a new experience
3. Go to File > Import 3D, then select the GLB
4. Verify the box appears grey in the Import Preview window:
![Actual_Preview](upload://iO8jTH4o7yD0GzvFpVmnLGbpQVv.png)
5. Import the asset into the experience
6. Locate and inspect the asset's hierarchy in Workspace
7. Verify the MeshPart "Node1" has a grey color:
![Actual_Experience](upload://ggcEnCWwNHQq9lK5qrkSY50CNCm.jpeg)
  1. Copy this into “Describe what you expect to happen”:
# Expectation
The MeshPart "Node1" has a red color ~= [204, 0, 0] or ~= [230, 0, 0] if gamma corrected
![Expected](https://github.com/KhronosGroup/glTF-Sample-Assets/raw/main/Models/Box/screenshot/screenshot.png)
  1. For each local resource URI above (which I think are just a couple of images), replace it with a valid one (e.g., by deleting the line and uploading your own image)
  2. Select “Done” at the bottom of the form
  3. Observe this error message

Expected behavior

A more descriptive error message :slight_smile:

Page URL: https://devforum.roblox.com/w/bug-report/steps/step_2

Ah, yep, removing the heading signs (#) did the trick.