SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 752 forks source link

Fix Note text for NullValueRetriever #2625

Closed SeanKilleen closed 1 year ago

SeanKilleen commented 1 year ago

Resolves #2624.

The issue appears to be that I was using RST format when the file extension was MD. I was mistaken that RST can be used within the Markdown.

I'll resolve the symptom first and then I'll see if I can bring back the note box. If not, I'll merge as-is.

Types of changes

Checklist:

SeanKilleen commented 1 year ago

OK, we've at least gotten rid of the regression.

image

I was unable to find reference for how to introduce the default formatting for info/warning boxes into ReadTheDocs + Sphinx + Markdown.

I'll probably have to leave it here. Feel free to merge and I think it'll at least be in a better place.

SabotageAndi commented 1 year ago

Thanks. This is enough for now.