Skip to content

Commit

Permalink
Dactyl v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed Dec 20, 2017
1 parent ff79181 commit 6785c5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ The context provided to the preprocessing and to the `__dactyl_eval__` expressio
| `current_time` | `str` | The current time, in the `time_format` specified in the config. (Defaults to YYYY-MM-DD) |
| `bypass_errors` | `bool` | If `true`, this build is running with the option to continue through errors where possible. |

The `currentpage` dictionary has the following special fields in this mode:

| Field | Python Type | Description |
|:------------|:------------|:-------------------------------------------------|
| `plaintext` | `str` | A plaintext-only version of the page's markdown content, with all Markdown and HTML syntax removed. |
| `headermap` | `dict` | A mapping of the page's headers to the unique IDs of those headers in the generated HTML version. |
| `blurb` | `str` | An introductory blurb generated from the page's first paragraph of text. |

### Link Checking

Expand Down
2 changes: 1 addition & 1 deletion dactyl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0-a10'
__version__ = '0.7.0'

0 comments on commit 6785c5d

Please sign in to comment.