A mock function returning a sum of param_a and param_b if positive numbers, else None
Parameters
Another *test* _param_.
| col A |: col B |
|-------|--------|
| boo | baa more content across broken line|
Returns
summed_number
int | float
The sum of _param_a_ and _param_b_.
None returned if values are negative.
Raises
Raises value error if params are not numbers.
Notes
```python
print(mock_function(1, 2))
# prints 3
```
Random text
_Random table_
| col A |: col B |
|-------|--------|
| boo | baa |