mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Merge pull request #639 from MinchinWeb/export-md-headers
Switch to hashmark Markdown headers on export (Mk II)
This commit is contained in:
commit
6d3c35b2f7
3 changed files with 16 additions and 16 deletions
|
@ -42,11 +42,9 @@ Feature: Exporting a Journal
|
|||
When we run "jrnl --export markdown"
|
||||
Then the output should be
|
||||
"""
|
||||
2015
|
||||
====
|
||||
# 2015
|
||||
|
||||
April
|
||||
-----
|
||||
## April
|
||||
|
||||
### 2015-04-14 13:23 Heading Test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue