[GH-ISSUE #537] Sub-titles marked as normal text in bold #1474

Closed
opened 2026-04-11 07:50:51 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @BravoBaldo on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/537

Some (46) titles are simply marked in bold rather than as subtitles.
All marked as
** The Text **

Regex: "^\*\*.*\*\*$"

For example

**Special data storage considerations for TinyML**
**Key Concepts**

I suggest (please verify) "#### "
For example

#### Special data storage considerations for TinyML**
#### Key Concepts**
Originally created by @BravoBaldo on GitHub (Nov 27, 2024). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/537 Some (46) titles are simply marked in bold rather than as subtitles. All marked as `** The Text **` Regex: "`^\*\*.*\*\*$`" For example ``` **Special data storage considerations for TinyML** ``` ``` **Key Concepts** ``` I **suggest** (please verify) "`#### `" For example ``` #### Special data storage considerations for TinyML** #### Key Concepts** ```
GiteaMirror added the area: tools label 2026-04-11 07:50:51 -05:00
Author
Owner

@profvjreddi commented on GitHub (Nov 27, 2024):

Thanks for catching these. They have been bothering me forever, but I always pushed off changing them. I finally got motivated to fix them thanks to your issue.

<!-- gh-comment-id:2504173461 --> @profvjreddi commented on GitHub (Nov 27, 2024): Thanks for catching these. They have been bothering me forever, but I always pushed off changing them. I finally got motivated to fix them thanks to your issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1474