diff --git a/README.md b/README.md index 5cf9acf..d152c92 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,13 @@ Number of annotations:: {{annotations.length}} - 📖 Chapter:: {{#if chapter}}{{{chapter}}}{{else}}N/A{{/if}} - 🔖 Context:: {{#if contextualText}}{{{contextualText}}}{{else}}N/A{{/if}} -{{#if (eq highlightStyle "0")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} -{{#if (eq highlightStyle "1")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} -{{#if (eq highlightStyle "2")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} -{{#if (eq highlightStyle "3")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} -{{#if (eq highlightStyle "4")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} -{{#if (eq highlightStyle "5")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "0")}}- 🎯 Highlight:: {{{highlight}}} +{{else if (eq highlightStyle "1")}}- 🎯 Highlight:: {{{highlight}}} +{{else if (eq highlightStyle "2")}}- 🎯 Highlight:: {{{highlight}}} +{{else if (eq highlightStyle "3")}}- 🎯 Highlight:: {{{highlight}}} +{{else if (eq highlightStyle "4")}}- 🎯 Highlight:: {{{highlight}}} +{{else if (eq highlightStyle "5")}}- 🎯 Highlight:: {{{highlight}}} +{{/if}} - 📝 Note:: {{#if note}}{{{note}}}{{else}}N/A{{/if}} - 📅 Highlight taken on:: {{dateFormat highlightCreationDate "YYYY-MM-DD hh:mm:ss A Z"}} - 📅 Highlight modified on:: {{dateFormat highlightModificationDate "YYYY-MM-DD hh:mm:ss A Z"}}