gitea/src/8f1a0130-e555-4e6a-9fa8-9b9.../README.md

1.8 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Markdown (Details)

namespace: VDM\Joomla\Gitea\Miscellaneous extends: Api

@startuml
class Markdown  #Gold {
  + render(string $markdownText, bool $isWikiPage = false, ...) : ?string
  + raw(string $rawMarkdown) : ?string
}

note right of Markdown::render
  Render a markdown document as HTML.

  since: 3.2.0
  return: ?string
  
  arguments:
    string $markdownText
    bool $isWikiPage = false
    string $context = 'string'
    string $mode = 'string'
end note

note right of Markdown::raw
  Render raw markdown as HTML.

  since: 3.2.0
  return: ?string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder