asciidoctor / asciidoctor-stylesheet-factory

!DEPRECATED! This was the utility project for producing the default stylesheet for the HTML converter in Asciidoctor. The source of the default stylesheet now lives in the main Asciidoctor repository.
Other
175 stars 87 forks source link

tilde doesn't work #28

Closed pinggit closed 8 years ago

pinggit commented 8 years ago

this works:

= myheader
:stylesheet: /home/ping/mytest-project/asciidoctor-stylesheet-factory/stylesheets/colony.css

this doesn't:

= myheader
:stylesheet: ~/mytest-project/asciidoctor-stylesheet-factory/stylesheets/colony.css
mojavelinux commented 8 years ago

This is known. We have a special attribute, user-home, to represent the home directory.

= myheader
:stylesheet: {user-home}/mytest-project/asciidoctor-stylesheet-factory/stylesheets/colony.css
pinggit commented 8 years ago

got it...looks everything is on your whiteboard now. thanks!

On Sat, Dec 19, 2015 at 4:35 PM, Dan Allen notifications@github.com wrote:

This is known. We have a special attribute, user-home, to represent the home directory.

= myheader :stylesheet: {user-home}/mytest-project/asciidoctor-stylesheet-factory/stylesheets/colony.css

— Reply to this email directly or view it on GitHub https://github.com/asciidoctor/asciidoctor-stylesheet-factory/issues/28#issuecomment-166040702 .