-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
150 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Required dependencies for Verto (installed automatically in setup.py) | ||
markdown==2.6.10 | ||
markdown==2.6.11 | ||
Jinja2==2.10 | ||
python-slugify==1.2.4 | ||
setuptools==38.2.5 | ||
setuptools==38.4.0 | ||
|
||
# Required dependencies for building documentation | ||
sphinx==1.6.5 | ||
sphinx==1.6.6 | ||
sphinx_rtd_theme==0.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# flake8: noqa | ||
from .Verto import Verto | ||
|
||
__version__ = '0.7.1' | ||
__version__ = '0.7.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#This is an H1 | ||
|
||
##This is an H2 | ||
|
||
######This is an H6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<h1 id="this-is-an-h1"> | ||
<span class="section_number"> | ||
{{ chapter.number }}. | ||
</span> | ||
This is an H1 | ||
</h1> | ||
<h2 id="this-is-an-h2"> | ||
<span class="section_number"> | ||
{{ chapter.number }}.1. | ||
</span> | ||
This is an H2 | ||
</h2> | ||
<h6 id="this-is-an-h6"> | ||
<span class="section_number"> | ||
{{ chapter.number }}.1.0.0.0.1. | ||
</span> | ||
This is an H6 | ||
</h6> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
|
||
##Subtitle | ||
|
||
This panel does have a subtitle...but both headings are incorrect | ||
Panel text. | ||
|
||
{panel end} |
8 changes: 8 additions & 0 deletions
8
verto/tests/assets/panel/heading_subtitle_no_whitespace_expected.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="panel panel-note"> | ||
<div class="panel-header"> | ||
<strong>Heading:</strong> Subtitle | ||
</div> | ||
<div class="panel-body"> | ||
<p>Panel text.</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{panel type="note"} | ||
|
||
# crwdns8254:0crwdne8254:0 | ||
|
||
crwdns8255:0crwdne8255:0 crwdns8256:0crwdne8256:0 crwdns8257:0crwdne8257:0 crwdns8258:0crwdne8258:0 | ||
|
||
{panel end} |
8 changes: 8 additions & 0 deletions
8
verto/tests/assets/panel/heading_with_punctuation_expected.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="panel panel-note"> | ||
<div class="panel-header"> | ||
<strong>crwdns8254:0crwdne8254:0</strong> | ||
</div> | ||
<div class="panel-body"> | ||
<p>crwdns8255:0crwdne8255:0 crwdns8256:0crwdne8256:0 crwdns8257:0crwdne8257:0 crwdns8258:0crwdne8258:0</p> | ||
</div> | ||
</div> |
9 changes: 9 additions & 0 deletions
9
verto/tests/assets/panel/heading_with_subtitle_with_punctuation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{panel type="note" subtitle="true"} | ||
|
||
# Heading | ||
|
||
## crwdns8299:0crwdne8299:0 | ||
|
||
This panel does have a subtitle! | ||
|
||
{panel end} |
8 changes: 8 additions & 0 deletions
8
verto/tests/assets/panel/heading_with_subtitle_with_punctuation_expected.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="panel panel-note"> | ||
<div class="panel-header"> | ||
<strong>Heading:</strong> crwdns8299:0crwdne8299:0 | ||
</div> | ||
<div class="panel-body"> | ||
<p>This panel does have a subtitle!</p> | ||
</div> | ||
</div> |