Skip to content

ChifiSource/OliveMarkdown.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OliveMarkdown provides Olive with the ability to read and save markdown (.md) files from regular Olive cells.

  • Regular Olive output:
"""# Toolips Components
`Toolips` Components are composable, let's take a look at some code which demonstrates how to use these Components!
"""
#==|||==#
using Toolips
#==output[code]

==#
#==|||==#
  • OliveMarkdown export output:
# Toolips Components
`Toolips` Components are composable, let's take a look at some code which demonstrates how to use these Components!
```julia
using Toolips
```julia
```output
Nothing
```output

adding

To add OliveMarkdown, either load it before starting Olive or add OliveMarkdown to your olive home. To learn more, check out installing extensions.

using Pkg

Pkg.add("OliveMarkdown")

# unstable?
Pkg.add("OliveMarkdown", rev = "Unstable")
# start headless example:
using OliveMarkdown; using Olive; Olive.start(headless = true)

About

Markdown editing for Olive.jl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages