Skip to content

Conversation

@qwonix-R
Copy link

No description provided.

public class Options
{
/// <summary>
/// Specify the user data directory to search for pandoc data files. If this option is not specified, the default user data directory will be used.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change the docs?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed them by accident

@SimonCropp
Copy link
Owner

can you add tests and docs for this change

@qwonix-R
Copy link
Author

what do you mean by tests and docs?

@SimonCropp
Copy link
Owner

add tests that ensure this change works. and add documentation that explains how to use it

@qwonix-R
Copy link
Author

i don't understand how tests look like
in my project i use it like this

var options = new Options
{
    CustomArguments = new[]
{
    "-V", "mainfont=DejaVuSans", 
    "-V", "babel-lang=russian",  
    "-V", "inputenc=utf8",       
    "-V", "header-includes=\\usepackage{ragged2e}",
    "--pdf-engine=xelatex"
}

and after just convert using this options object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants