updates to breadcrumbs; start working on deploy setup
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
---
|
||||
title: Building From Source | markdown2html
|
||||
layout: main.html
|
||||
breadcrumb:
|
||||
- '[doc-utils](index.html)'
|
||||
- '[markdown2html](markdown2html/index.html)'
|
||||
---
|
||||
|
||||
///
|
||||
[doc-utils](index.html)
|
||||
[markdown2html](markdown2html/index.html)
|
||||
///
|
||||
|
||||
# Building From Source {#/}
|
||||
|
||||
_todo_
|
||||
|
@@ -1,12 +1,10 @@
|
||||
---
|
||||
title: markdown2html | doc-utils
|
||||
layout: main.html
|
||||
breadcrumb:
|
||||
- '[doc-utils](index.html)'
|
||||
---
|
||||
|
||||
///
|
||||
[doc-utils](index.html)
|
||||
///
|
||||
|
||||
# markdown2html {#/}
|
||||
|
||||
_todo_
|
||||
|
@@ -1,13 +1,11 @@
|
||||
---
|
||||
title: Markdown Format | markdown2html | doc-utils
|
||||
layout: main.html
|
||||
breadcrumb:
|
||||
- '[doc-utils](index.html)'
|
||||
- '[markdown2html](markdown2html/index.html)'
|
||||
---
|
||||
|
||||
///
|
||||
[doc-utils](index.html)
|
||||
[markdown2html](markdown2html/index.html)
|
||||
///
|
||||
|
||||
# Markdown Format {#/}
|
||||
|
||||
This document describes the extensions added on top of [Marked {:external-link:}](https://marked.js.org/) by [markdown2html].
|
||||
@@ -211,30 +209,6 @@ _todo_
|
||||
|
||||
|
||||
|
||||
## Breadcrumb Navigation
|
||||
|
||||
_todo_
|
||||
|
||||
```md
|
||||
///
|
||||
[Foo](#foo)
|
||||
[Bar](#bar)
|
||||
[Baz](#baz)
|
||||
///
|
||||
```
|
||||
|
||||
!!! {.markdown-example-output}
|
||||
///
|
||||
[Foo](#foo)
|
||||
[Bar](#bar)
|
||||
[Baz](#baz)
|
||||
///
|
||||
!!!
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Sample Output
|
||||
|
||||
|
Reference in New Issue
Block a user