# A collapsible section with markdown
Click to expand!
## Heading
1. A numbered
2. list
* With some
* Sub bullets
Click to expand!
```javascript
function whatIsLove() {
console.log('Baby Don't hurt me. Don't hurt me');
return 'No more';
}
```
Click to expand!
## Heading
1. A numbered
2. list
* With some
* Sub bullets
> all the UIKit's accessibilityIdentifier is a preperty of the protocol `UIAccessibilityIdentification` and all enum's rawValue is default to follow `RawRepresentable`
>
Expand for steps details
- 1.1 Define the enums - set rawValue in String - append PrettyRawRepresentable if need - 1.2 set UIKit's accessibilityIdentifier by enums's rawValue - method1: infix operator - method2: UIAccessibilityIdentification's extension - 1.3 Apply in UITest target