File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ This was {-deleted-} from the document.
108108
109109Combined: The {-old{=highlighted=}-} text was {+replaced+}.
110110
111- ## Symbols
112-
113- Use colons for symbols: :heart: :star: :warning:
114-
115111## Smart Punctuation
116112
117113- Em dash --- like this
@@ -123,10 +119,8 @@ Use colons for symbols: :heart: :star: :warning:
123119
124120This text is visible.
125121
126- {% comment %}
127- This text is a comment and will not appear in the output.
128- It can span multiple lines.
129- {% endcomment %}
122+ {% This is a comment and will not appear in the output.
123+ It can span multiple lines. %}
130124
131125This text is also visible.
132126
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ You can combine them: *_strong and emphasized_* or _*emphasized and strong*_.
3434
3535Here's an [inline link](https://djot.net).
3636
37- Here's a link with a [title ](https://djot.net "Djot Homepage") .
37+ Here's a link with a [label ](https://djot.net){title= "Djot Homepage"} .
3838
3939And here's a [reference link][djot].
4040
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ You can also style [individual phrases]{.highlight} within a paragraph.
106106
107107### Task Tracking
108108
109+ - [ ] Convert existing Markdown files
109110- [x] Learn Djot basics
110111- [x] Install IDE plugin
111- - [ ] Convert existing Markdown files
112112- [ ] Write documentation in Djot
113113
114114### Chemical Formulas
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ Mixed nesting:
5050
5151## Task Lists
5252
53- - [x] Completed task
54- - [ ] Incomplete task
55- - [x] Another completed task
56- - [ ] Yet another task to do
53+ - [ ] Write documentation
54+ - [x] Create examples
55+ - [x] Test features
56+ - [ ] Release plugin
5757
5858## Definition Lists
5959
You can’t perform that action at this time.
0 commit comments