Roan Horning rho_n
rho_n merged pull request HPR/hpr_generator#302 2025-11-14 21:22:55 +00:00
[i299] fix auto scroll highlighting of code blocks
rho_n deleted branch i299_fix-auto-scroll-highlighting-of-code-blocks from HPR/hpr_generator 2025-11-14 21:22:55 +00:00
rho_n pushed to main at HPR/hpr_generator 2025-11-14 21:22:55 +00:00
904d14d083 Merge pull request '[i299] fix auto scroll highlighting of code blocks' (#302) from i299_fix-auto-scroll-highlighting-of-code-blocks into main
7170015a0e Merge branch 'main' into i299_fix-auto-scroll-highlighting-of-code-blocks
23f91a0410 Move highlighting to all show notes code tags
2be718287f Change overflow to auto for show notes pre tags
Compare 4 commits »
7170015a0e Merge branch 'main' into i299_fix-auto-scroll-highlighting-of-code-blocks
e649c09803 Merge pull request '[i303] Add comment totals to individual shows on a series page' (#304) from i303_Add-comment-totals-to-individual-shows-on-a-series-page into main
eeb955d9fe Fix layout of episode series footer
b2f5322aec Add comment tally cte to series episode query
Compare 4 commits »
rho_n closed issue HPR/hpr_generator#303 2025-11-14 02:33:16 +00:00
Add comment totals to individual shows on a series page
rho_n merged pull request HPR/hpr_generator#304 2025-11-14 02:30:00 +00:00
[i303] Add comment totals to individual shows on a series page
rho_n deleted branch i303_Add-comment-totals-to-individual-shows-on-a-series-page from HPR/hpr_generator 2025-11-14 02:30:00 +00:00
rho_n pushed to main at HPR/hpr_generator 2025-11-14 02:30:00 +00:00
e649c09803 Merge pull request '[i303] Add comment totals to individual shows on a series page' (#304) from i303_Add-comment-totals-to-individual-shows-on-a-series-page into main
eeb955d9fe Fix layout of episode series footer
b2f5322aec Add comment tally cte to series episode query
Compare 3 commits »
rho_n created pull request HPR/hpr_generator#304 2025-11-14 02:22:18 +00:00
[i303] Add comment totals to individual shows on a series page
eeb955d9fe Fix layout of episode series footer
b2f5322aec Add comment tally cte to series episode query
Compare 2 commits »
rho_n opened issue HPR/hpr_generator#303 2025-11-14 01:23:45 +00:00
Add comment totals to individual shows on a series page
rho_n created pull request HPR/hpr_generator#302 2025-11-14 01:09:43 +00:00
[i299] fix auto scroll highlighting of code blocks
rho_n created branch i299_fix-auto-scroll-highlighting-of-code-blocks in HPR/hpr_generator 2025-11-14 00:57:22 +00:00
23f91a0410 Move highlighting to all show notes code tags
2be718287f Change overflow to auto for show notes pre tags
Compare 2 commits »
rho_n commented on issue HPR/hpr_generator#299 2025-11-11 18:19:16 +00:00
Allow highlighting of code blocks in notes

Yes. I see what you mean. will change it to overflow: auto

rho_n commented on issue HPR/hpr_generator#301 2025-11-11 18:17:33 +00:00
rss feeds contain invalid xml

Here is a list of named character entities recognized by HTML5: https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references

rho_n commented on issue HPR/hpr_generator#301 2025-11-11 18:14:10 +00:00
rss feeds contain invalid xml

XML XML specifies five predefined entities needed to support every printable ASCII character: &, <, >, ', and ". The trailing semicolon is mandatory in XML (and XHTML) for…

rho_n commented on issue HPR/hpr_generator#299 2025-11-09 14:41:31 +00:00
Allow highlighting of code blocks in notes

Thanks for the great issue description!

Merged to main