Skip to content

Commit

Permalink
paragraphing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhurford committed Jun 12, 2015
1 parent 6006a39 commit aaba80d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 12_dsl/01_html/exercise2.r
Expand Up @@ -137,5 +137,4 @@ script("Script has no escape &&&!")
# <HTML> <script>Script has no escape &&&!</script>

p("This paragraph tag contains ", b("bold!"), " and a ", a("link", href = "www.example.com"))
# <HTML> <p>This paragraph tag contains <b>bold!</b> and a <a href = "www.examp
# le.com">link</a></p>
# <HTML> <p>This paragraph tag contains <b>bold!</b> and a <a href = "www.example.com">link</a></p>

0 comments on commit aaba80d

Please sign in to comment.