-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Txt2tags writer #6551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
farvardin
wants to merge
22
commits into
jgm:main
Choose a base branch
from
farvardin:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Txt2tags writer #6551
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
207ef82
adding txt2tags writer
8d7ef2c
adding template
6da910b
Update MANUAL.txt
farvardin 8a22e87
Update Txt2Tags.hs
farvardin 0d445a6
fixed missing tab
farvardin 906518a
Merge branch 'master' of https://github.com/jgm/pandoc
farvardin 328e098
Merge branch 'master' of https://github.com/jgm/pandoc
farvardin 8ef0f39
adding writer test for txt2tags (t2t)
farvardin 4742e65
fix(tab instead of spaces)
farvardin a85f3b3
trying to fix name error in test
farvardin 662b301
Merge branch 'master' of https://github.com/jgm/pandoc
farvardin 750e7bf
integrating test writer.t2t into pandoc.cabal
farvardin 33d3990
fixing lint warning
farvardin 9c72b49
adding tables test for txt2tags
farvardin f415406
renamed txt2tags to t2t
farvardin eb38ee3
adding missing file
farvardin b385b31
fix blockquotes
farvardin f4233e1
updating code and test (still broken)
farvardin d419af2
Merge branch 'master' of https://github.com/jgm/pandoc
farvardin a401cb2
Merge branch 'jgm:master' into master
farvardin fe9ce68
Update ci.yml
farvardin 6879a5e
Update nightly.yml
farvardin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
$pagetitle$ | ||
$author-meta$ | ||
$date-meta$ | ||
|
||
|
||
|
||
$for(include-before)$ | ||
$include-before$ | ||
|
||
$endfor$ | ||
$if(toc)$ | ||
__TOC__ | ||
|
||
$endif$ | ||
$body$ | ||
$for(include-after)$ | ||
|
||
$include-after$ | ||
$endfor$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should line up with the other entries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that's strange because I got some compilation warnings into other places, which I fixed, and I believed it was clean when I've submitted the PR. I'll check this soon.