prettydoc icon indicating copy to clipboard operation
prettydoc copied to clipboard

prettydoc: about scrolling catalogue in html and head-hiding in markdown

Open huangwb8 opened this issue 3 years ago • 0 comments

Hello, I found prettydoc a useful tool for beautiful html production. Here's some usage problems I meet.

  1. Could the head of the markdown hided automatically in the .md?
---
title: "XXX"
author: "XXX"
date: "`r Sys.Date()`"
output:
  prettydoc::html_pretty:
    theme: architect
    highlight: github
    math: katex
    keep_md: true
---
  1. In the .html, could a scrolling catalogue possible?

Thank you very much!

huangwb8 avatar Nov 30 '21 00:11 huangwb8