Skip to content

movefuns/highlightjs-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use?

install mdbook

create project

mkdir aptos-book
cd aptos-book
mdbook init

put js into project

  • put move.js into misc dir
  • put highlight.js into theme dir

You can see this repo for an example:

aptos-book

move code use Move syntax segment

```move /// move code ```

run project

    mdbook serve

img.png