Topic is quite old... However:
Instead of editing converted epub, you can filter css rules during conversion. In order to get rid of bold format:
- run command line conversion with parameter: --filter-css font-weight
- or in user interface use conversion option: Look & feel -> Styling -> Filter style information -> Other CSS properites: font-weight
Filter will remove bold emphasize from paragraph format (but not bold format applied inline - which probably most of time will be desirable behaviour).
|