Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
notion / lib / notion_api / markdown.rb
Size: Mime:
# frozen_string_literal: true

module Notion
  class Markdown
    # ! convert user input formatted with markdown (**hi** is bold, *hi* is italic, etc.) -> notion-understood stylings.
  end
end