diff options
| author | Fuwn <[email protected]> | 2026-02-20 11:05:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-20 11:05:09 +0000 |
| commit | 35921f7e5b85dab0e7578d767caf607bf2f13fc7 (patch) | |
| tree | eb642a420ef01044f831c22bb5e5a43f477ebeb7 /src/convert.rs | |
| parent | chore: Bump version patch (diff) | |
| download | germ-main.tar.xz germ-main.zip | |
Diffstat (limited to 'src/convert.rs')
| -rw-r--r-- | src/convert.rs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/convert.rs b/src/convert.rs index ebb4f43..c2a94d9 100644 --- a/src/convert.rs +++ b/src/convert.rs @@ -1,21 +1,3 @@ -// This file is part of Germ <https://github.com/gemrest/germ>. -// Copyright (C) 2022-2025 Fuwn <[email protected]> -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, version 3. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. -// -// Copyright (C) 2022-2025 Fuwn <[email protected]> -// SPDX-License-Identifier: GPL-3.0-only - //! Convert Gemtext into many types of markup. use crate::ast::Ast; |