| 1 | import { htmlToMarkdownBasic, markdownToHtmlBasic } from './markdownConversion'; |
| 2 | |
| 3 | describe('markdownConversion', () => { |
| 4 | it('should convert markdown heading and inline styles to html', () => { |
nothing calls this directly
no test coverage detected