Description Usage Arguments Value
Replace HTML and other Tags in Leanpub Markdown
1 2 3 4 5 6 7 8 9 10 11 12 13 | replace_html(
path = "manuscript",
remove_resources_start = TRUE,
fullbleed = FALSE,
verbose = TRUE
)
replace_single_html(
file,
remove_resources_start = TRUE,
fullbleed = FALSE,
verbose = TRUE
)
|
path |
path to the markdown files that need replacement. |
remove_resources_start |
remove the word 'resources/' at the front of any image path. |
fullbleed |
should the image have the attribute 'fullbleed: true'? |
verbose |
print diagnostic messages |
file |
individual markdown file |
A list of output files and diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.