se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

full.md: missing prereq #39

Closed damithc closed 6 years ago

damithc commented 7 years ago

Some of the full.md files are missing the <include src="prereq.md"/><p/> at top.

Also, some of them have %%**<include src="../../path.md" inline />**%% instead of %%**<include src="../path.md" inline />**%% (path should come from parent folder, not grand parent folder)

<include src="prereq.md"/><p/>

%%**<include src="../path.md" inline />**%%

<include src="text.md#title" />

<div id="main">

<include src="text.md#body" />
<include src="text.md#extras" />

</div>