-
Updated
Nov 13, 2020 - JavaScript
Publishing
Publishing is the creation of documents using page layout skills on a personal computer primarily for print. Desktop publishing software can generate layouts and produce typographic quality text and images comparable to traditional typography and printing.
Here are 551 public repositories matching this topic...
Version: 2.9.2.1
Input
<html>
<head>
<title>placeholder</title>
</head>
<body>
<img data-external="1" src="https://static.fimfiction.net/images/logo-2x.png">
</body>
</html>
Output
> pandoc -f html -t epub -o test.epub test.html
> unzip -l test.epub
Archive: test.epub
Length Date Time Name
--------- ---------- ----- ----
2
-
Updated
Oct 7, 2020 - Kotlin
-
Updated
Nov 2, 2020 - JavaScript
on latest develop, if I run:
go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Nov 9, 2020 - Lua
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Oct 8, 2018 - HTML
-
Updated
Nov 12, 2020 - Ruby
-
Updated
Nov 13, 2020 - Shell
-
Updated
Jul 27, 2020 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 29, 2020 - PHP
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Mar 27, 2020 - Groovy
-
Updated
Jul 27, 2020 - HTML
-
Updated
Mar 27, 2019 - CSS
-
Updated
Nov 12, 2020 - HTML
Initial sql error due to field size constraints when porting to MySql (and presumably postgres), but not Sqlite.
I found that migration defines two columns, called 'content' & 'excerpts' with data type '.string', not as '.data', consequently causes an error on initial start. The difference is due to data type '.string' limits the size to varchar(255), while '.data' is a blob or nearly un-limit
Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea