Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Add some test in Ptt.md 👻
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Sep 7, 2016
1 parent 9874ff6 commit be6deeb
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/genSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ function genSuite(mdFile, outFile, themeName) {
const theme = themes[themeName]
, slide = new noslide(mdFile, theme);

console.log(theme);

return slide.parse()
.then(slides => {
var res = "";
Expand Down
21 changes: 21 additions & 0 deletions test/tests/Ptt.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,24 @@ echo -e "Hello noslide.js" | grep "noslide"
Quote break.

> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.
# Image

![Ptt](../images/ptt.jpg)


# HTML

<pre>
```js
console.log("Hello HTML");
```
</pre>

<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>

<dt>Markdown in HTML</dt>
<dd>Does not work very well.</dd>
</dl>
54 changes: 54 additions & 0 deletions test/tests/Ptt.md.out
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,57 @@ Quote break.



d888888b .88b d88. .d8b. d888b d88888b
`88' 88'YbdP`88 d8' `8b 88' Y8b 88'
88 88 88 88 88ooo88 88 88ooooo
88 88 88 88 88~~~88 88 ooo 88~~~~~
.88. 88 88 88 88 88 88. ~8~ 88.
Y888888P YP YP YP YP YP Y888P Y88888P




              ........             
        .....,::::::::,....        
    ...,;;;;;iiiiiiiiii;;;:,...    
   .,::;1i;iiiiiiiiiiiiiiii;::,..  
  .::;iii:,iiiii::;iiiiiiiiiii;:,. 
.,::iiii:::i;iiii::;iiii;::::;ii::.
::iiiii:::1:,i;::::::;i::;;::,:ii:,
::iii;:::i;::i;,:;;:,;i,:i;:::iiii:
,:iii;:;;:,;;i;,:::::;i,:i;::iiiii:
,:iii1i;::ii::;,:;;:,;i,:i1;:,;iii;
::1ii;::::;::;;,:;:;;i;::i1;:::iii:
,:iii;;;;::::i;,:i::ii;,:i;::::i1;:
.::iiiiii:::i1;,::::,;;::i;::;iii:,
.,,:iii;:;iiii;;iii;;i;::iiiiii;::.
  .::,;iiiiiiiiiiiiiii;,:iiii;::,. 
     ,:::iiiiiiiiiiiiii:ii;:::,    
     ....:::::;iiiii;::::::...     
         .....,,,::,,,.....        

db db d888888b .88b d88. db
88 88 `~~88~~' 88'YbdP`88 88
88ooo88 88 88 88 88 88
88~~~88 88 88 88 88 88
88 88 88 88 88 88 88booo.
YP YP YP YP YP YP Y88888P




```js
console.log("Hello HTML");
```




Definition list
Is something people use sometimes.

Markdown in HTML
Does not work very well.




0 comments on commit be6deeb

Please sign in to comment.