FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowdown/template.xml at master · kristapsdz/lowdown · GitHub
kristapsdz
/
lowdown
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
405
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lowdown
/
template.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 2.12 KB
Breadcrumbs
lowdown
/
template.xml
Copy path
File metadata and controls
50 lines (50 loc) · 2.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!
DOCTYPE
html
>
<
html
lang
=
"
en
"
prefix
=
"
og: http://ogp.me/ns#
"
>
<
head
>
<
meta
name
=
"
viewport
"
content
=
"
width=device-width, initial-scale=1
"
/>
<
meta
charset
=
"
utf-8
"
/>
<
title
>${sblg-title}</
title
>
<
link
rel
=
"
alternate
"
href
=
"
atom.xml
"
type
=
"
application/atom+xml
"
title
=
"
lowdown version feed
"
/>
<
link
rel
=
"
stylesheet
"
href
=
"
https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500,700
"
/>
<
link
rel
=
"
stylesheet
"
href
=
"
https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
"
/>
<
link
rel
=
"
stylesheet
"
href
=
"
https://bsd.lv/css/style.css
"
/>
<
link
rel
=
"
stylesheet
"
href
=
"
template.css
"
/>
<
meta
property
=
"
og:title
"
content
=
"
lowdown: simple markdown translator
"
/>
<
meta
property
=
"
og:description
"
content
=
"
Markdown translator producing HTML5 and roff documents in the ms and man formats.
"
/>
<
meta
property
=
"
og:url
"
content
=
"
https://kristaps.bsd.lv/lowdown/index.html
"
/>
<
meta
property
=
"
og:type
"
content
=
"
website
"
/>
<
meta
name
=
"
description
"
content
=
"
Markdown translator producing HTML5 and roff documents in the ms and man formats.
"
/>
</
head
>
<
body
>
<
header
>
<
div
id
=
"
breadcrumbs
"
class
=
"
text
"
>
<
a
href
=
"
https://www.bsd.lv
"
>BSD.lv</
a
> tools for text processing:
<
a
href
=
"
https://kristaps.bsd.lv/lowdown
"
>lowdown</
a
>,
<
a
href
=
"
https://kristaps.bsd.lv/sblg
"
>sblg</
a
>,
<
a
href
=
"
https://mandoc.bsd.lv
"
>mandoc</
a
>
</
div
>
<
div
id
=
"
version
"
class
=
"
text
"
>
<
span
>Version</
span
>
<
nav
class
=
"
cur
"
data-sblg-nav
=
"
1
"
data-sblg-navsz
=
"
1
"
data-sblg-navcontent
=
"
1
"
data-sblg-navtag
=
"
version
"
data-sblg-navsort
=
"
date
"
>
${sblg-title}
</
nav
>:
<
nav
>
<
a
href
=
"
https://github.com/kristapsdz/lowdown
"
>GitHub</
a
>,
<
a
href
=
"
snapshots/lowdown.tar.gz
"
>Download</
a
>,
<
a
href
=
"
snapshots
"
>Archive</
a
>,
<
a
href
=
"
archive.html
"
>Version history</
a
>
<
a
id
=
"
nav-atom
"
href
=
"
atom.xml
"
><
i
class
=
"
fa fa-fw fa-rss
"
></
i
></
a
>
</
nav
>
</
div
>
</
header
>
<
div
class
=
"
text
"
>
<
article
data-sblg-article
=
"
1
"
></
article
>
</
div
>
<
footer
>
©
<
a
rel
=
"
author
"
href
=
"
https://github.com/kristapsdz
"
>Kristaps Dzonsons</
a
>
</
footer
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL