HedgeDoc and Markdeep as subclass of Markdown.
This commit is contained in:
parent
1c935c0de0
commit
ccab6093a9
@ -7,11 +7,10 @@ notebook or viceversa.
|
|||||||
"
|
"
|
||||||
Class {
|
Class {
|
||||||
#name : #HedgeDoc,
|
#name : #HedgeDoc,
|
||||||
#superclass : #Object,
|
#superclass : #Markdown,
|
||||||
#instVars : [
|
#instVars : [
|
||||||
'server',
|
'server',
|
||||||
'pad',
|
'pad',
|
||||||
'contents',
|
|
||||||
'url'
|
'url'
|
||||||
],
|
],
|
||||||
#category : #'MiniDocs-Core'
|
#category : #'MiniDocs-Core'
|
||||||
|
Loading…
Reference in New Issue
Block a user