Conversation
check both block-type things and not-block things
📝 WalkthroughWalkthroughThe pull request refactors the Markdown rendering logic concerning thematic breaks. The Assessment against linked issues
Possibly related PRs
Overall Grade: A 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code Definitions (1)src/fmt_md.rs (1)
🔇 Additional comments (9)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Add tests of a bunch of different element types, but not all of them (it was reaching diminishing returns). I made sure to get a mix of block-type, inline-type, and line-type items.
Resolves #288.