chirun-ncl / chirun-ncl/sample_course

Beamer Slides index.html invalid HTML

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TeX
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

I'm sorry, I haven't time to work out what is happening, but I see at [Beamer Slides](https://coursebuilder-ncl.github.io/sample_course/SAM0000/2020/default/slides/beamer_slides/index.html) in the Sample Course in the index.html file a lot of poorly-formatted code. For example, the `div` with `id=content` starts:

```





Series Results



\begin{eqnarray*} \sum _{x=0}^{\infty } q^ x & =& \frac{1}{1-q}, \ |q|<1. \\ \frac{d}{dx}\left(\sum _{x=0}^{\infty } q^ x \right) & =& \sum _{x=0}^{\infty } xq^{x-1}=\sum _{x=1}^{\infty } xq^{x-1} = \frac{1}{(1-q)^2}, \ |q|<1. \\ \sum _{x=0}^{N} q^ x & =& \frac{1-q^{N+1}}{1-q}. \\ \sum _{n=0}^{\infty } \frac{x^ n}{n!} & =& 1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\ldots = e^ x \end{eqnarray*}






Expectation

Discrete Random Variables


```

This has a `h2` within a `p` within another `p`, and it contains `hr` tags within `p` tags. These are all invalid HTML. (The `b` should be inside a `p`, but not alongside a `h2` and a `hr`.)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked Beamer Slides index.html and inspect the div with id=content, especially the Series Results and Expectation sections. Trace the malformed structure back to the sample-course generation entry point, then validate the resulting HTML to confirm headings, horizontal rules, and paragraphs are properly nested.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, tex
Domain
documentation
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.