Questions tagged as 'markdown'

1
answer

Markdown not working on README on Github?

Just put for example in the file README the symbol # before a title that Github automatically transforms to h1 or has to configure or download something for Markdown to work.     
asked by 04.08.2017 / 21:41
1
answer

Insert graphics automatically into github pages

When creating a .md file for the _post folder of github pages with rstudio, the graphics generated with the R commands should be inserted one by one via the command: ![center](/nome_pasta_imagens_dentro_da_master/nome_da_figura.png) Or is t...
asked by 08.09.2016 / 00:29
2
answers

how to preview .md file during editing?

I would like to create markdown documentation for a library in github. However as I have no way to preview what I am doing, it is common to make errors that are only discovered when the file is already published. Are there any tools where you ca...
asked by 30.11.2015 / 09:40
1
answer

Website with R Markdown

I'm trying to create a site to post descriptive analyzes done in R, using the Hugo theme. However, after creating a .rmd post where I read a .csv file and do a series of reviews. I get this error when using the serve_site () or build_site () com...
asked by 13.09.2018 / 03:31
1
answer

Error in bookdown generation

I'm trying to create a bookdown (from the link package). When I create the book it returns the error below. I have already set the parameters: output: bookdown::gitbook e site: bookdown::bookdown_site . Also I deleted the main fi...
asked by 22.10.2018 / 20:56
1
answer

Removing decimal places regulartable () flexible package {R}

I am making a report in .rmd to export to .docx and to mount the tables I am using the "flextable" package, which works for this type of export. The problem is that when I mount the tables the function adds three decimal places and I can not r...
asked by 23.07.2018 / 19:45
1
answer

Github pages and rstudio

I'm using Rstudio to create my documents in the format .Rmd and render in .md with the following function: rmarkdown::render("2016-09-07-post1.Rmd",output_format = "md_document",encoding = "UTF-8") The .md genera...
asked by 07.09.2016 / 15:22
0
answers

Markdown - Links in page

With markdown the link in page: * [Minha localização](#minha-localização) points to ## Minha localização In the title, markdown automatically inserts the id="minha-localização" (accented), but when the code is converted to HTML...
asked by 20.11.2017 / 22:26
1
answer

How to upload data to Chunk?

I'm venturing into Rmarkdown, I found it a very interesting tool. It happens that I'm in trouble, I think it's basic beginner, when I complied Rmarkdown with knitr it gives the unknown object error: Quitting from lines 13-16 (doc.Rmd) E...
asked by 14.03.2018 / 15:55
1
answer

Insert html code into markdown file

Is it possible to use HTML to supply what markdown does not support in its syntax? For example, insert a video tag: <div class="video"> <iframe width="854" height="480" src="https://www.youtube.com/embed/QkqoNB_s77U"frameborder...
asked by 30.11.2017 / 14:02