Skip to content

readthedocs theme: renders code block italic with const #411

@peter1000

Description

@peter1000

readthedocs theme renders a code block in italic if there is a const

example:

const MDSTYLE = Dict{ASCIIString, ASCIIString}([
  ("header"         , "#"),
  ("objname"        , "###"),
  ("meta"           , "*"),
  ("exported"       , "##"),
  ("internal"       , "##"),
])

save("docs/api/Lexicon.md", Lexicon, MDSTYLE)

Renders like:
screenshot from 2015-04-03 21 22 52

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions