Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
b50d4159
Commit
b50d4159
authored
Jan 01, 2017
by
bperraud
Browse files
Update README.md
parent
a418015a
Changes
2
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/README.md
View file @
b50d4159
...
...
@@ -66,6 +66,7 @@ Known bugs
*
Nested ul in ol are sometimes converted to ol.
*
It seems that FS doesn't support the max-width for img tags, which makes proper scaling harder.
*
ToC lines rendering is sometimes ugly if the title label is too long.
*
Inline elements like em cause bad paragraphs justification.
Generic Todo
------------
...
...
hdoc_to_pdf/css/main.css
View file @
b50d4159
...
...
@@ -56,6 +56,8 @@ body {
p
{
text-align
:
justify
;
text-indent
:
2em
;
-webkit-hyphens
:
auto
;
-ms-hyphens
:
auto
;
hyphens
:
auto
;
word-break
:
normal
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment