https://html.spec.whatwg.org/multipage/syntax.html#reconstruct-the-active-formatting-elements
16 lines
228 B
Objective-C
16 lines
228 B
Objective-C
//
|
|
// HTMLMarker.h
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 02/03/15.
|
|
// Copyright (c) 2015 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface HTMLMarker : NSObject
|
|
|
|
+ (instancetype)marker;
|
|
|
|
@end
|