Skip to content

Commit

Permalink
Updated CSS sample
Browse files Browse the repository at this point in the history
  • Loading branch information
amandamcg authored Jun 7, 2020
1 parent 755207a commit 500f9b0
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions theme/css-sample.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[toc]


# CSS Sample
This is a place to see examples of how the formatted text will look.



## Like this header, with a [link](:/9d5090e4c7424854845782495cd57017) for instance
## Like this header, with a [link](:/1234) for instance

### Which might contain some subheadings
Paragraph text `with code highlighting` Duis aute irure **bold** and _italic_ reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla

Paragraph text `with code highlighting` Duis aute irure **bold** and _italic_ reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla

*[Popup!]: this is a popup
Popup!


```javascript
Expand All @@ -18,15 +22,29 @@ var hello = function () {
}
```

[a test link to a Joplin note](:/9d5090e4c7424854845782495cd57017)
[resource link](:/17251639787c457287de3a042a504d42)
[a test link to a Joplin note](:/1234)

[external link](https://discourse.joplinapp.org)
[internal link to a header](#short)
[resource link](:/1234)

<details>
<summary>click me</summary>
this stuff
</details>


- [ ] Things
- [ ] That I need
- [ ] To Do
- [ ] Today

[cal.ics](:/1234)

[resource types.pdf](:/1234)
[extensions.py](:/1234)
[feedback.md](:/1234)

---

### This is another header
Expand All @@ -41,3 +59,10 @@ Excepteur ==one thing== sint occaecat cupidatat non proident, sunt in culpa qui
<h1> A headline here <h1>
<p> goes here <p>
```

1. this
2. that
3. the other
3. the other


0 comments on commit 500f9b0

Please sign in to comment.