cstories-app / beta

Beta website product
https://cstories.integral-corp.com/beta/
MIT License
0 stars 1 forks source link

post /beta migration fixes #2

Open bbest opened 1 year ago

bbest commented 1 year ago
bbest commented 1 year ago

Aha.. this problematic news is getting flagged in markdown as being an equation, so it's getting hlghlighted using mathjax ...

image

That's because of the use of a $ in the yaml title:

https://github.com/cstories-app/beta/blob/90a5a522acf6526b7da7d9a40665f52df236e7eb/news/LC75_USAT_2022-12-07.qmd#L4-L5

bbest commented 1 year ago

Escaping the \$ seems to have fixed it:

image

But now see weird italics row with html

bbest commented 1 year ago

Manually prefixed all \$ in YAML title: fields, which was actually quite a few news items. Also added Filter and Sort functionality to table listing:

image

bbest commented 1 year ago

With commit https://github.com/cstories-app/beta/commit/eaf1b7ec3d0d4f2c220ee04be95fc9b37f325532 made long-term fixes to escaping \$ in news code

bbest commented 1 year ago

Here are the two unresolved tasks remaining: