### Rich list content
Given rich text such as https://lingualibre.org/wiki/List:User:Yug/test:
```
<!-- Comment 1 -->
<noinclude>
{{draft}}
</noinclude>
== Test ==
# Albus
# Bicos
# Craco !
# red neck parrots → péroquet à cou rouge
# yellow → jaune
# green → vert [pos:adjective, ipa: /vɜːt/]
<!-- Comment 2a
Comment 2b
Comment 2c -->
# [item:他] [simplified:他] [pinyin:tā] [IPA:tʰa˥˥] [eng:he]
# [item:我們] [simplified:我们] [pinyin:wǒmen] [IPA:uɔ˨˩mən] [eng:we]
```
Currently returns :
{F37101621}
### Regex
Create regex cleaners in [the list loader code](https://github.com/lingua-libre/RecordWizard/blob/master/modules/generator/rw.generator.List.js) :
- [x] **HTML comments remover** https://regex101.com/r/biXQg5/1
- [x] **HTML and `<noinclude>` remover :** https://regex101.com/r/WswD2Z/1
- [x] **Arrow separated translations remover,** such 'red → rouge' sends 'rouge' to the RW : https://regex101.com/r/Rby7uR/1
- [x] **Metadata input:** such as 'rouge [pos:adjective,ipa:/ɹuːʒ/]' into 'rouge' to the RW.[1] https://regex101.com/r/skKmhm/1
- [x] **Section titles removers:** https://regex101.com/r/dth5ST/1
1: Metadata part could be parsed and saved into relevant variables. (Passing it downstream is another issue, see T196038 )
### To test
- [[ https://lingualibre.fr/wiki/Special:RecordWizard | Record Wizard ]] > Details : local list > [[ https://lingualibre.fr/wiki/List:Pol/words-by-frequency-2001-to-4000 | Pol/words-by-frequency-2001-to-4000 ]]. See result, at the end of the list. See wikipage, at the end of the page.
Also, what is that ? https://github.com/lingua-libre/RecordWizard/commit/75a4d32158b28bfb24e53cf7e92437f9d9ade9e1