mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Use en dash to separate title-prefix.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="dcterms.date" content="$date-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="date" content="$date-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
$if(quotes)$
|
||||
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="dcterms.date" content="$date-meta$">
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
</RootCellStyleGroup>
|
||||
<Story Self="pandoc_story"
|
||||
TrackChanges="false"
|
||||
StoryTitle="$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$"
|
||||
StoryTitle="$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$"
|
||||
AppliedTOCStyle="n"
|
||||
AppliedNamedGrid="n" >
|
||||
<StoryPreference OpticalMarginAlignment="true" OpticalMarginSize="12" />
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="date" content="$date-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<!-- configuration parameters -->
|
||||
<meta name="defaultView" content="slideshow" />
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="date" content="$date-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ $endfor$
|
||||
$if(date-meta)$
|
||||
<meta name="date" content="$date-meta$" />
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user