Skip to content

Commit 1fc61ec

Browse files
committedJul 3, 2020
added linebreak before .TE (table end)
1 parent 217d7bd commit 1fc61ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎md2man/roff.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
listCloseTag = "\n.RE\n"
4545
arglistTag = "\n.TP\n"
4646
tableStart = "\n.TS\nallbox;\n"
47-
tableEnd = ".TE\n"
47+
tableEnd = "\n.TE\n"
4848
tableCellStart = "T{\n"
4949
tableCellEnd = "\nT}\n"
5050
)

0 commit comments

Comments
 (0)
Please sign in to comment.