* update article content to markdown ui component * decouple lunr indexing from class name * remove summary outline none rule, apply utility class instead * improve typing * scope more styles down to markdown-body/extended-markdown * move all markdown-body style overrides to MarkdownContent component * fix class targeting within css module * clean up MarkdownContent header style * rename data-lunr to data-search * fix: inline code color issue * fix: update article markdown to work with MarkdownContent
19 lines
399 B
HTML
19 lines
399 B
HTML
<head>
|
|
<meta name="keywords" content="key1,key2,key3" />
|
|
</head>
|
|
<p>I am outside the article and should not be included</p>
|
|
|
|
<div data-search="article-body">
|
|
<nav class="breadcrumbs">
|
|
<a href="#">Education</a>
|
|
<a href="#">map topic</a>
|
|
<a href="#">A page without sections</a>
|
|
</nav>
|
|
|
|
<h1>A page without sections</h1>
|
|
|
|
<p>First paragraph.</p>
|
|
|
|
<p>Second paragraph.</p>
|
|
</div>
|