Chatgpt response markdown format render issue?

  1. Accept Arguments Properly: If your decorator needs to accept arguments, ensure that you structure it with an outer function that takes those arguments and returns an inner decorator function, which then returns the wrapper function.
  1. **Use *args and kwargs: Your wrapper function should accept arbitrary arguments and keyword arguments (*args and **kwargs) so that it can be used with any function, regardless of its signature.

‘2. **Use *args and kwargs: Your wrapper function should accept arbitrary arguments and keyword arguments (*args and **kwargs) so that it can be used with any function, regardless of its signature.’
above markdown doesn’t display correct, “**kwargs” should be show