mirror of
https://github.com/scotttomaszewski/obsidian-disciples-journal.git
synced 2026-07-22 05:42:13 +00:00
Remove default heading from Bible content formatting
- Eliminate automatic heading generation in BibleFormatter - Simplify content block generation for Bible passages
This commit is contained in:
parent
4191889553
commit
8f5c5c43d7
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ export class BibleFormatter {
|
|||
|
||||
let content = "";
|
||||
|
||||
// Add heading
|
||||
content += `# ${passage.reference}\n\n`;
|
||||
|
||||
// Add code block for rendering
|
||||
content += "```bible\n";
|
||||
content += passage.reference;
|
||||
|
|
|
|||
Loading…
Reference in a new issue